Thread: Graphics in Dev-C++??

  1. #1
    Unregistered
    Guest

    Talking Graphics in Dev-C++??

    I would really like to learn how to write dos graphics. Does anyone know any good links for tutorials on this subject that can compile with Bloodshed's Dev-C++?

    Thanks, Paul.

  2. #2
    Seven years? civix's Avatar
    Join Date
    Jul 2002
    Posts
    605
    Allegro (http://www.allegro.cc) and SDL are two good graphics libraries.

    Otherwise you can make ASCII graphics (graphics made by letters and symbols)

    example:

    **** **** **** *
    * * * * * *
    * * * * * *
    **** **** **** ***
    Last edited by civix; 08-17-2002 at 10:12 PM.
    .

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Beginning Game Programming Type Books
    By bumfluff in forum Game Programming
    Replies: 36
    Last Post: 09-13-2006, 04:15 PM
  2. free 2d graphics engine for Dev C++?
    By two31d in forum C++ Programming
    Replies: 3
    Last Post: 11-29-2005, 06:48 AM
  3. Graphics Programming :: Approach and Books
    By kuphryn in forum Windows Programming
    Replies: 4
    Last Post: 05-11-2004, 08:33 PM
  4. Graphics with Dev 6.0 C++
    By gabaji123 in forum C++ Programming
    Replies: 1
    Last Post: 05-19-2002, 02:33 AM
  5. Graphics Devices and Cprintf clash
    By etnies in forum C Programming
    Replies: 6
    Last Post: 05-09-2002, 11:14 AM