Well, hello!
So, i decided to make something more than simple c++ console apps, so i tried using Irrlicht. But, as it is in my custody, i had to screw up something...
So, i->
Created a new dev_cpp template for irrlicht, where i put #include<Irr/irrlicht.h>, using namespace..., #pragma comment(lib, "Irrlicht.lib"), and an empty main(){}.
moved entire include folder to dev_cpp include (as can be seen above in the include command.)
Then i set consolidator (dunno how it is spelled in english ), which is libIrrlich.a in c:/irrlicht/lib/Win32.
Afterwards, i set library catalogue as c:/irrlicht/lib, and includes as Irr/.
Made a simple hello world, and compiled. No errors, but the window... it appeared, and dissapeared. Tried to stop it, by adding iostream, creating a variable, and cin>> the variable. Window also dissapeared. So, i cannot do anything, and i do not know why it happens.
Do you know how to "correct" it?
Oh well, still a beginner i am...
Problem with setting up Irr on Dev-cpp (or running it).
Did you look at http://irrlicht.sourceforge.net/tut_devcpp.html?