0
How could i make scrolling menu in c++ ..???
How could i make scrolling menu in c++ ..???
5 Answers
+ 1
https://youtu.be/u68ouf-kqQ4 this should work it bro
+ 1
try using sleep for 2 while loop at the last and try using sleep and break for options,start game in switch case ...
for exit we doesn't use that.
and make sleep(1000)
0
sorry mate.but this link isn't working... :-(
0
I saw it before mate ...but there was problem in it which I resolved ...............the problem is.. if user enters the return button then it will moved to switch case after exciting the switch statement it would not break the infinite loop and will return to main again thats what I dont wanted ....