cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Print text in console and have use input
Print text in console and have use input above printed text
Jul 11, 2014 at 3:00am UTC
turtlesavage
(88)
If I for instance wanted something like:
Health : 0
Armor : 0
Damage : 0
Is there a way I can print that, then have the user able to navigate up and down and change the zeros?
Jul 11, 2014 at 5:27am UTC
TwilightSpectre
(1392)
You would have to use another library. What operating system are you using? Regardless, rest assured it is complicated. I've done something a bit like this before with Windows, though, I'll see if I can find it later.
Jul 11, 2014 at 8:50am UTC
turtlesavage
(88)
Hm I'll look into librarys. I'm using windows with visual studio express 2013.
Topic archived. No new replies allowed.