Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

C++ question

Name: Newbie 2011-06-20 11:15

Hey all. I am new in programming in C++ but i've got small question and i am confused. Is there any big difference in working  between these three endings of programs ?
1)
     getch();

2)
     return 0;
3)
     system ("pause");

Name: Anonymous 2011-06-20 12:38

getch() is not C++, it's some C bullshit that makes it way into most C++ tutorials due to C developers thinking they can write C++

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List