i am a beginner programmer and was just wondering if anyone would care to tell me how to clear the screen then loop it back to the beginning of the program.
thanks
-bilt
This is a discussion on clear screen within the C++ Programming forums, part of the General Programming Boards category; i am a beginner programmer and was just wondering if anyone would care to tell me how to clear the ...
i am a beginner programmer and was just wondering if anyone would care to tell me how to clear the screen then loop it back to the beginning of the program.
thanks
-bilt
click here and/or here
as for the loop, just use a loop.
You can also use the 'goto' command but I dont recommend it, It pruduces crappy code if you use it too much