: uat the very end before exit or return;
: use
: getchar();
: the command line will wait for you to enter any char and this goes
: to stack, so you dont have to worry about it
:
yes .. in fact if u want it 2 b a bit more user friendly ... use
system("PAUSE"); [\code]
this function is in the <stdlib.h> or <cstdlib> in some platforms.
or u can go for the old way of using getch() at the end of the source ...
cya !
"The GEEK Shall Inherit The Earth"