Jun 13, 2010 at 6:10am Jun 13, 2010 at 6:10am UTC
Is there any functions or escape sequence to go back from the previous line in the console screen?
Jun 13, 2010 at 6:14am Jun 13, 2010 at 6:14am UTC
Nope. You'd have to use a library or system specific functions for that.
Jun 13, 2010 at 6:19am Jun 13, 2010 at 6:19am UTC
May I know what libraries have it?
System functions are blocked by the administrator at school so I can't really use them.
Jun 13, 2010 at 6:56am Jun 13, 2010 at 6:56am UTC
I mean functions like system("cls") wouldn't work.
Jun 13, 2010 at 7:32am Jun 13, 2010 at 7:32am UTC
Well, I don't know about those things.
Logically, I just called it a system functions because it's a function and the function name is system.
I just need solution that will not use things like system("cls") or any system(/*blabla*/).
I'll try to mess up with ncurses as you recommended.
Jun 13, 2010 at 8:32am Jun 13, 2010 at 8:32am UTC
you must use gotoxy ( column , renglón ) ;