I am unable to use gotoxy(), window(), sleep(), delay(), delline() functions in Visual Studio 2012.
Is there any alternative to these functions which I can use
I am unable to use gotoxy(), window(), sleep(), delay(), delline() functions in Visual Studio 2012.
Is there any alternative to these functions which I can use
With Visual 2008 express, you can find Sleep in windows.h. (Sleep with a upper case S !)
It may be the same for 2012.
I don't know the other functions.