Click to See Complete Forum and Search --> : Visual C++ 4.0 and CONIO.H


August 17th, 1999, 05:56 PM
How can I get MS Visual C++ 4.0 to support clrscr() and gotoxy() in conio.h? The header file I have does not include these functions. Does anyone have a header that will work with it? I tried a Borland C++ 4.5 file but it just causes errors.

cyberkaa@cyberdude.com

August 17th, 1999, 06:11 PM
You can't use a Borland header for it. If you try to use conio.h it probably won't work because if your application is configured as a Windows app, DOS graphics functions like that will not be included. You probably have to configure your application as a console app.