Thread: need graph.h

  1. #1
    Registered User
    Join Date
    Dec 2005
    Location
    Canada
    Posts
    267

    need graph.h

    Im using the beta version of dev-c++. In all the tutorials i can find, they all use graph.h or openGL headers and i dont have those on my compiler. Where can i get them?

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    http://faq.cprogramming.com/cgi-bin/...&id=1043284385

    First step would be to ignore all tutorials based on graph.h.
    It's all DOS based, which means old compilers, limited resources and lots of buggy code because the OS was simply useless at memory protection.

    Step 2 would be to say download the LibSDL package (check the package manager in dev-c++), and wander round www.libsdl.org

  3. #3
    Registered User
    Join Date
    Dec 2005
    Location
    Canada
    Posts
    267
    Can you link directly to the download? I also tried to use allegro but i didnt know how to set it up for it to work with the compiler
    Last edited by h_howee; 12-17-2005 at 05:22 PM.

  4. #4
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. graph.h
    By spime in forum C Programming
    Replies: 10
    Last Post: 11-04-2008, 02:22 PM
  2. graph.h header file
    By Temceo in forum C Programming
    Replies: 4
    Last Post: 01-04-2003, 05:11 PM
  3. Template problem
    By LilShieste in forum C++ Programming
    Replies: 2
    Last Post: 12-09-2002, 01:17 PM