I'm new to this editor, i used Dev-Cpp, and i heard this is a better tool to program with. Problem is that Code::blocks wont compile this:
#include <stream.h>
main ()
{
cout << "Hello world!\n";
}
I switched to Code::blocks mainly because i'm using linux and i cannot (read: don't want to) complicate with Dev-Cpp. i did manage to run it using wine but i still cannot run exe's produced by Dev-Cpp. i think they can also be run using wine but here comes another problem - im using live session :D
i know i should install the system like normal man but that is not question, i need to know how can i make Code::Blocks compile that thing above