How-To Geek Forums / Geek Stuff
Best OS for c++ ?
(3 posts)What do you mean? What do you want to do exactly?
With my little experience on C++, and no more information, you could try to use Ubuntu and the GNU Compiler Collection. The GNU C++ compiler comes installed by default I believe (terminal: g++), if not you can always search for it in the Ubuntu Software Center. You can write your CPP files with the default text editor, called gedit. This is what I used to learn POSIX threading with C++ last year.
For more advanced things you will need an integrated development environment (IDE), such as Code::Blocks.
Topic Closed
This topic has been closed to new replies. Please create a new topic instead.
