|
-
Jul 17th, 2009, 05:19 PM
#9
New Member
Re: Frequently Asked Questions
 Originally Posted by eranga262154
So basically we can do it in this way, just using two lines.
C++ Code:
#include <iostream>
using namespace std ;
int main()
{
// body of the program
cin.get() ;
return 0 ;
}
[/COLOR]
system("PAUSE"); works really well.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|