I have some old program source code that I wrote for Turbo C compiler. I made changes to them and want to recompile them in newer compilers for Linux and Windows. So please tell me what are the best alternative functions to
getch(), delay() / sleep (), clrscr(), gotoxy()
for C and C++.