+ 3
i wanna return program. So my program start again. What do you know about it?
return
6 Answers
+ 18
Use a while loop like this:
while(true)
{
// your code
}
+ 17
Use a while loop or just start your program again.
+ 3
my program ended. i want program start again
+ 3
how?
+ 2
Return is not a kind of Goto. I don't know what is the best in C++ to do what you want but you are on the wrong way.
+ 2
thank you very much