compilers not working

Mar 26, 2013 at 5:08pm
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.
Mar 26, 2013 at 5:38pm
Hi!
1. Which platform are you on? (Windows, Linux, MAC)?
2. Is it necessary to use the gcc/mingw compiler?
Mar 26, 2013 at 7:40pm
1. I'm using Windows
2.Well code::Blocks doesn't seem to be able to compile without a seperate compiler that is specified.

Thanks for the answer ,and also sorry for being a bit late.
Mar 27, 2013 at 3:19am
@taylw007, have you set the path for C::B? It should be able to compile. Just follow the instruction in C::B page. I am using C::B and mingw too.
Mar 27, 2013 at 8:59am
No problem...

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...!
Mar 27, 2013 at 11:04am
What is the error on Code::Blocks?
Bloodshed Dev-C++ is Outdated.
You should use Orwell Dev-C++ ( http://sourceforge.net/projects/orwelldevcpp/ )
Topic archived. No new replies allowed.