Date: 09/23/07 (Computer Geeks) Keywords: no keywords How come I cant see my program results printed anywhere? [Error: Irreparable invalid markup ('
How come I cant see my program results printed anywhere? For ex: #include int main( ) { cout<<"Hello World!"< system("pause"); return 0; } is a program i compiled and ran...where am i supposed to see the text printed to? I cant see it anywhere. I put the pause in there because a window would flash really quick and disappear, but the "hello world" isnt in there. Can anyone help me? Source: http://community.livejournal.com/computergeeks/1109082.html
|