Results 1 to 2 of 2

Thread: Header-Files to old ??

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2000
    Posts
    29

    Question

    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.
    VB and Java are great - ja, so ist es !! To my software programming site: http://www.majasoft-games.de .

  2. #2
    Frenzied Member Technocrat's Avatar
    Join Date
    Jan 2000
    Location
    I live in the 1s and 0s of everyones data streams
    Posts
    1,024
    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.
    MSVS 6, .NET & .NET 2003 Pro
    I HATE MSDN with .NET & .NET 2003!!!

    Check out my sites:
    http://www.filthyhands.com
    http://www.techno-coding.com


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width