PDA

Click to See Complete Forum and Search --> : Header-Files to old ??


majasoft
Jan 12th, 2001, 04:21 AM
Hi, Iam on learning C/C++ and I made a little program out of my C-Book. My question is: Why told me my compiler that the graph.h (#include <graph.h>)(graph98.h too) and Clearscreen-argument BIL (#define BIL _clearscreen(_GCLEARSCREEN)) is to old or out of date ?? I use Visual C++ under Windows 2000.

What can I do, are there any other header-files how can do the jobs ??

Thanx for replies, MAJASOFT.

Technocrat
Jan 12th, 2001, 10:08 AM
I will take a stab at this though I am not 100% sure. But Windows 2000 does not allow direct access from DOS to anything that Windows controlls. Like video access, memory access, etc. And both your header files would do direct video access from DOS.

Like I said I am not 100% I am right. There might be away to do it.