Starting with C++
For some alt reason or another (don't ask why...) I'm currently getting interested in learning C++...
But I've got a couple of questions.- Do you need to compile C++ code?
- If so, where can I find a good compiler?
- What is a good IDE for C++? I currently use NetBeans (for Java) and I know it's possible to extend it to work with C++ as well, but I would like to know the advice of somebody.
Thanks,
Marshian
Real programmers don't document their code - if it was hard to write, it should be hard to understand.