Well i am starting to learn c++ and i seem to be having problems. I started with dev c++ , however it didn't respond to #include <iostream> at first. I then tried code::blocks and installed the version bundled with mingw and now it isn't building at all. Can anyone help or recommend a different compiler. Thanks to anyone who helps.
If I use windows, I always use the Visual C++ compiler (with Visual C++ as my IDE)...
If I use Linux, I use Code::Blocks with gcc...
I, too, have experienced some problems when installing Code::Blocks or Dev++ with the MinGW compiler on windows, but the bundled versions should have automatically configured all the paths and all...!