Thread: Help

  1. #1
    Unregistered
    Guest

    Unhappy Help

    how do you prevent your command box from closing before i can read the results.

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    156
    Code:
    int main () 
    { 
    	
    	printf( "%s", "Press any key to continue" );
    	getchar( ); //stays here until a character is type
    
    	return 0; 
    
    }

Popular pages Recent additions subscribe to a feed