Fork me on GitHub
Nation Pigeon

Viewing Tags c

Netbeans illegal instruction Ubuntu

12th December 10 | Linux, Programming

If you keep getting ‘illegal instruction’ whilst trying to run simple working code in using NetBeans and Ubuntu. It Can help if you disable profiling on your project. simply project -> properties -> profiling .. disable all. Might help, Pete

[ Read More → ]

C Force stop on warnings

5th July 10 | Programming, Systemless

To make sure that you write good clean code, you might be wondering how to make your complier stop on warnings, well now you can with this additional command line option: -Werror

[ Read More → ]

How to find out where your working directory is

29th June 10 | Programming, Systemless

If you are writing some code using some sort of crazy IDE that creates lots of folders and files all over the place, trying to find where to put extra files for your application to find and read can be hard. But not now with Pete’s easy directory finding solution! Instead of trying and failing [...]

[ Read More → ]

Copyright © 2007 ∞ Nation Pigeon - Designed by Peter Mayanrd
Theme Based on Black-Green - Fork it on GitHub