Monday, May 24, 2010

Linux c++ programming?

I have fedora 8 and i was wondering what compiler and programming environment should i use if i want to program with C++. Thank you. i love linux by the way

Linux c++ programming?
install G++ that is GCC's C++ compiler
Reply:I love Linux and computers but I just changed my major from computer science 'cuz I couldn't take the super long hours of inactivity. I personally like Emacs and there was another i used called Kate which was friggin' awesome but i didn't use it long enough to figure out all the tricks it had to offer.
Reply:g++, the GNU c++ compiler, is most likely already installed.





There are many IDEs/editors available. I use vi and gdb. KDevelop is a KDE IDE which is similar to microsoft visual studio. you can also use eclipse.
Reply:gcc is the standard complier used for just about everything.





You can code in any text editor you like. Try them all, see what you like.
Reply:Use the GNU C++ compiler. It can be used by the command g++.





I suggest





$ g++ -g -o outputfile.exe inputfile.cpp





If your looking for a good c++ IDE I would suggest eclipse or VGUI. Both are good developer Environments.


No comments:

Post a Comment