Thread: graphics.h

  1. #1
    AM
    Guest

    Question graphics.h

    I am looking for for the graphics.h library. Can any one tell where I can download it from?

    Also I am not familiar with gotoxy() but would like know more about it and would greatly appreciate any help on that subject.

    Thanks a tonne.

    AM

  2. #2
    Registered User
    Join Date
    Jan 2002
    Location
    Vancouver
    Posts
    2,212
    There is no standard graphics.h library. Best bet is to get a new compiler.

  3. #3
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    First, graphics.h or whatever .h-file is not a library, but a header-file.

    In GCC, the prototype of gotoxy (..) can be found in conio.h. Since gotoxy isn't part of the C standard it is very well possible that your compiler doesn't support it.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. graphics.h not found?
    By Dauthi in forum C++ Programming
    Replies: 8
    Last Post: 05-17-2003, 08:47 PM
  2. Does graphics.h work with windows??
    By sundeeptuteja in forum C++ Programming
    Replies: 6
    Last Post: 09-13-2002, 09:08 AM
  3. Graphics.h and LCC
    By darcome in forum Game Programming
    Replies: 0
    Last Post: 06-14-2002, 12:54 PM
  4. graphics.h
    By scott27349 in forum Game Programming
    Replies: 1
    Last Post: 06-02-2002, 08:24 AM
  5. graphics.h
    By Seti in forum C++ Programming
    Replies: 2
    Last Post: 02-28-2002, 04:11 PM