In coding I'm unable to use Gotoxy predefined function ... Plzzz help me in sorting out this problem !!!!!!!! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

In coding I'm unable to use Gotoxy predefined function ... Plzzz help me in sorting out this problem !!!!!!!!

12th Feb 2021, 9:07 AM
Success Catalyst
Success Catalyst - avatar
2 Answers
+ 8
Success Catalyst , before we can do anything for you, please show us your attempt first. please put your code in playground and link it here. we also need a clear description of your problem. thanks!
12th Feb 2021, 10:08 AM
Lothar
Lothar - avatar
+ 2
If you are talking about gotoxy() (defined in conio) in C/C++. Then most probably you are using ancient Borland based compiler (like turbo) on your system which is 30 years old and needless to say is not a standard copiler anymore. If you really want to use the similar functionality then you can either use ncurses library by gnu(on linux) or windows API library if on a windows machine.
12th Feb 2021, 12:50 PM
Arsenic
Arsenic - avatar