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");
1)
getch();
2)
return 0;
3)
system ("pause");