0
In coding I'm unable to use Gotoxy predefined function ... Plzzz help me in sorting out this problem !!!!!!!!
2 Antworten
+ 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!
+ 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.