|
From: Ioannis V. <jv...@at...> - 2000-10-02 22:24:07
|
int main()
{
while(1)
{
/* Your program */
}
return 0;
}
Ioannis
-----Original Message-----
From: dev...@li...
[mailto:dev...@li...]On Behalf Of J R
Sent: Monday, October 02, 2000 10:35 PM
To: dev...@li...
Subject: [Dev-C++] (no subject)
i have a program that asks the user to enter some numbers, finds the
answers and reports them. at the end i used the
system("pause")
function which asks the user to press a key and then it closes the
program. Is there anyway to get the program to just keep returning to the
beginning without having to restart it?
Thanks
----------------------------------------------------------------------------
--
Do You Yahoo!?
Yahoo! Photos - 35mm Quality Prints, Now Get 15 Free!
|