Thread: Graphics

  1. #1
    Registered User GreenCherry's Avatar
    Join Date
    Mar 2002
    Posts
    65

    Graphics

    How do you make graphics in programs? Could someone plz put up a simple program with the cpp files that uses graphics?
    I have a rabbit in my pants! Please be happy for me.

  2. #2
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823

  3. #3
    Registered User
    Join Date
    Dec 2001
    Posts
    421
    Looks like "nerdiness" in your signature is going to remain constant!
    Quidquid latine dictum sit, altum sonatur.
    Whatever is said in Latin sounds profound.

  4. #4
    Registered User biosx's Avatar
    Join Date
    Aug 2001
    Posts
    230
    lol, Uraldor.

    Here is a site that has an overview of doing graphics programming with Turbo C++ using the graphics.h header/library.


    Good luck

  5. #5
    Registered User
    Join Date
    Aug 2001
    Posts
    58
    any way to get that to work in windows? it says BGI graphics are not supported by windows, any ideas what i should use? oh im useing Borland C++ 5.01...i may just need a new compiler...
    --== www.NuclearWasteSite.com==--

  6. #6
    Registered User xlnk's Avatar
    Join Date
    Mar 2002
    Posts
    186
    well if you want BGI to work in windows, search for an emulator called, winbgi. I wouldnt suggest that either.

    For windows you can use allegro, directx, opengl, etc..
    the best things in life are simple.

  7. #7
    Registered User
    Join Date
    Aug 2001
    Posts
    58
    i dont gots the library's for opengl, or directx, dunno about allegro...know of any good/beginner tutorials?
    --== www.NuclearWasteSite.com==--

  8. #8
    Registered User xlnk's Avatar
    Join Date
    Mar 2002
    Posts
    186
    the best things in life are simple.

  9. #9
    Registered User biosx's Avatar
    Join Date
    Aug 2001
    Posts
    230
    yeah bgi is DOS, sorry about that.

  10. #10
    Registered User blackwyvern's Avatar
    Join Date
    Jan 2002
    Posts
    60

    I would suggest OpenGl

    I would suggest using OpenGL... its really great, and you have a great free resource in NeHe's site.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Turtle Graphics, how does it work?
    By freddyvorhees in forum C++ Programming
    Replies: 15
    Last Post: 08-28-2009, 09:57 AM
  2. Graphics Programming :: Approach and Books
    By kuphryn in forum Windows Programming
    Replies: 4
    Last Post: 05-11-2004, 08:33 PM
  3. egavga.bgi problem
    By sunil21 in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 09-22-2003, 05:06 PM
  4. Graphics Devices and Cprintf clash
    By etnies in forum C Programming
    Replies: 6
    Last Post: 05-09-2002, 11:14 AM