Posted: Wed Oct 10, 2007 1:28 am Post subject: C++ help
well im a newby with c++ and i trying to learn
the program quit when you press any key when the "l4" shows
how to i make it repeat from stage 1 and save l4 value?
Posted: Wed Oct 10, 2007 7:16 am Post subject: Re: C++ help
ups2000ups wrote:
how to i make it repeat from stage 1 and save l4 value?
Eg.
Code:
for(;;) { /* code goes here. */ }
Switch-case structure/function/operator/w/e it's would be way handier in this case. Or if you want to do it with if's, then you should use else if operator/w/e it's.
Yeps, I'm a bit lost with the terminology. :P
btw.. Those Swedish comments are a bit annoying :P
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum