Friday, July 31, 2009

C/C++ in Ubuntu?

Please tell me the software for c/c++ development in Ubuntu Linux

C/C++ in Ubuntu?
Editor could be vi/emacs to type in your code. The compiler would be GNU Chain of Compilers - GCC (gcc for C and g++ for C++). If you want to use a full blown integrated development environment which works across platforms, I suggest Eclipse (though it is a bit heavy, I find it being used in many professional development environments) but my personal choice is GNU Emacs with GCC.
Reply:pico ;p or vi, or any file you can type in.


No comments:

Post a Comment