Ok so ive strted to try and teach myself C++ cause in a few years when i go to college i wanna study computer science or engineering.
I downloaded Dev C+++ and followed some small simple tuts on how to do C++.
2 of the tuts started off simple and i followed them exactly the same as in the videos n book.
Each time i try it it doesnt work. My code is correct to my knowledge and all that happens is the applicaion just flashes on and off.
Here is a video of it happining http://s240.photobucket.com/albums/ff13/dennis13579/?action=view¤t=clip0002.flv
but crappy quality so this is what the code is
#include <iostream.h>
int main ()
{
cout<< "Hello World";
system("PAUSE");
return(0);
}
any help pleaseeeeee