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.

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

share|improve this question
2  
This is the wrong site for this question. You will get a better response on stackoverflow.com. – Loki Astari Jul 16 '12 at 15:55

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.

1 Answer

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.

share|improve this answer

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