so i am trying to run a simple hello world program for a first time, i used the example on this site, but when i go to build it, using code blocks with MinGW, it tells me on line 3 error: iostream: no such file or directory.
my line three is this #include <iostream>
am i doing something wrong or does code blocks and MinGW not include the iostream directory?
download codeblocks-10.05mingw-setup.exe, but before you do that make sure it's a c++ project.
If you don't specify it as a (dot)--> .cpp codeblocks automatically makes it a c project.
when you named your main file did you put nameWhatEver.cpp or nameWhatEver?