Thread: libraries

  1. #1
    Unregistered
    Guest

    libraries

    could someone pelase tell me a really simple graphics library i could use to draw pictures in DOS and display them to the screen (in C)? i have tried petal, which i really liked accept for the fact that the header files all had errors and nothing i wrote would compile due to that. also ive tried allegro, but its to complicated. OpenGL, is complicated too. Something like petal, but that works would be great, just a simple thing i can learn to make a wee image and color ni pixels and stuff really quickly....thanks so so so so so so much ive been searching for ages! thanks again!

  2. #2
    Unregistered
    Guest
    just one thing, im using turbo C

  3. #3
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    Take a look at

    www.thefreecountry.com/developercity/

    They have some good free libraries.

  4. #4
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    > which i really liked accept for the fact that the header files all had errors
    You're using a stone age compiler - perhaps all the errors were due to the compiler not being ansi-c

    But you didn't post any

    Petal claims DOS and Linux support, so maybe you should have asked the author...

    Besides, doesn't turboc have its own graphics.h and graphics.lib, or did that come in later?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. GCC: Compiling with both static and shared libraries
    By eatwithaspork in forum C Programming
    Replies: 4
    Last Post: 06-23-2008, 01:48 PM
  2. Replies: 7
    Last Post: 05-13-2008, 03:47 AM
  3. MinGW thread-safe runtime libraries
    By Mario F. in forum C++ Programming
    Replies: 3
    Last Post: 08-21-2006, 08:15 AM
  4. Libraries and headers
    By darksaidin in forum C++ Programming
    Replies: 10
    Last Post: 07-23-2003, 06:24 AM
  5. QT and external libraries
    By Quacker in forum Linux Programming
    Replies: 1
    Last Post: 04-08-2003, 07:02 AM