|
-
January 24th, 2009, 03:39 PM
#20
Re: Complies but doesn't run
well with out the system("pauses") you need to go into command prompt, then navigate to the executibal and run it.
You put the pauses in places (well at least for me) when something is read out and nothing is being entered.
example
Code:
void errorcm()
{
cout << ent << " Is Not A Command" << '\n' ;
system("pause");
system("cls");
help();
}
that paused it after displaying
and the cleared it up, so the stuff in help() could be displayed more cleanly
also im using Dev C++ and system("") is the function for that, and the <cstdio> is not the system stuff, thanks for correcting me.
Last edited by H aun; January 24th, 2009 at 03:42 PM.
Reason: stuff
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
|