If you are using Visual C++ then you can declare a variable and then get the input into it at the end like this:
PHP Code:int main(){
int i;
//Do stuff....
cin>>i;
return 0;}
|
Results 1 to 3 of 3
Thread: Return?Threaded View
|
Click Here to Expand Forum to Full Width |