Thread: Intro for graphics header file in c

  1. #1
    Registered User
    Join Date
    Dec 2010
    Posts
    1

    Intro for graphics header file in c

    I like to know graphical options in c,so pls explain me about graphics header file in c.

  2. #2
    Registered User
    Join Date
    Sep 2008
    Location
    Toronto, Canada
    Posts
    1,834
    That's highly dependent on the compiler and environment you're using. It may be a header file where you'd do
    Code:
    #include <graph.h>
    . Check the directory where all the header files are kept. Then you'd use whatever functions are available to you when you link the graphics library.

    Best to read the manual.

  3. #3
    Registered User rogster001's Avatar
    Join Date
    Aug 2006
    Location
    Liverpool UK
    Posts
    1,472

    graphics header

    There is no graphics header as standard, and i have a feeling you are referring to the one supplied with turbo c. If so anything like that is next to useless on a modern machine, you have to bin it, get an ide like codeblocks and bite the bullet and learn a library like sdl that allows you to access graphics interfaces
    Thought for the day:
    "Are you sure your sanity chip is fully screwed in sir?" (Kryten)
    FLTK: "The most fun you can have with your clothes on."

    Stroustrup:
    "If I had thought of it and had some marketing sense every computer and just about any gadget would have had a little 'C++ Inside' sticker on it'"

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Memory Leak in AppWizard-Generated Code
    By jrohde in forum Windows Programming
    Replies: 4
    Last Post: 05-19-2010, 04:24 PM
  2. Need Help Fixing My C Program. Deals with File I/O
    By Matus in forum C Programming
    Replies: 7
    Last Post: 04-29-2008, 07:51 PM
  3. Unknown Memory Leak in Init() Function
    By CodeHacker in forum Windows Programming
    Replies: 3
    Last Post: 07-09-2004, 09:54 AM
  4. Replies: 6
    Last Post: 04-02-2002, 05:46 AM