am beginning to learn c++ programming language. Which are the platforms for using the programm, like (VS2008 for vb.net or netbeans/jcreator for java) Help please
Tell me more
×
Code Review Stack Exchange is a question and answer site for
peer programmer code reviews. It's 100% free, no registration required.
|
closed as off topic by Loki Astari, codesparkle♦, Winston Ewert♦ Jul 16 '12 at 19:04
Questions on Code Review Stack Exchange are expected to relate to code review request within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
How about a text editor and a terminal window, with g++? There's nothing like learning the basics before moving to an IDE. It will teach you about libraries, linkage and so on. |
|||
|
|