-2

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

  • You're looking for something like the Windows [console functions](http://msdn.microsoft.com/en-us/library/windows/desktop/ms682073%28v=vs.85%29.aspx)? – Some programmer dude Feb 08 '13 at 12:53
  • possible duplicate of [undefined reference to gotoxy in C](http://stackoverflow.com/questions/9782287/undefined-reference-to-gotoxy-in-c) – unwind Feb 08 '13 at 12:53

1 Answers1

0

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.

iksess
  • 574
  • 4
  • 9