Advertisement

anybody can help me with conio.h?

Started by April 18, 2002 05:47 PM
1 comment, last by emkay 22 years, 10 months ago
I having to errors in my program and I believe is conio header file, the errors are : "error C2065: ''gotoxy'' : undeclared identifier" and also " error C2065: ''clrscr'' : undeclared identifier, please somebody help be to get rid of this errors.


I think the conio.h in Visual C does not support all of the standard functions. You might want to check this on MSDN (msdn.microsoft.com)

Cheers

Keef
-----------------------Current Project: The Chromatic Game Engine
Advertisement
quote:
Original post by Keef
I think the conio.h in Visual C does not support all of the standard functions.

<conio.h> isnt a standard header, so per definition it has no standard functions.
Use the Win32 Console API instead: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/conchar_3vg3.asp



--AnkhSVN - A Visual Studio .NET Addin for the Subversion version control system.[Project site] [IRC channel] [Blog]

This topic is closed to new replies.

Advertisement