Can anyone give me step by step tutorial on how to use netbeans to code and compile C code? Also i have dev cpp but the formating is sick. GCC is what i use. Thanks much

link|improve this question
Any particular platform? – Captain Giraffe Apr 28 '11 at 19:04
feedback

1 Answer

netbeans tutorial: http://cnd.netbeans.org/cnd-tutorial.html

In Ubuntu, I do the following: - Create a new C/C++ project - Import the sources - you already have makefiles (or cmake), netbeans you can configure that in the advanced screen. - You can turn of automatic builds in the same advanced screen - and build using the normal build command.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.