Thread: more c/c++ graphics

  1. #1
    Registered User
    Join Date
    Jan 2002
    Posts
    41

    more c/c++ graphics

    From a ealier post there is no way I can use graphics with
    console apps in c/c++.

    is there any way around this or how would I use them in
    an application I know this is available in tc but thats a bit old
    and I want to move on/up to c/c++builder.

    thanks again(learner wanting to be a master).

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    There are all sorts of other ways of drawing graphics

    Windows GUI has some simple graphical capabilities

    Or there are some libraries like
    http://www.libsdl.org/index.php
    http://www.opengl.org/
    http://www.microsoft.com/windows/directx/default.asp
    http://www.talula.demon.co.uk/allegro/

    None of these will be usable with your old 16 bit compiler, but you should fair better with a more recent compiler.
    But you would need to read about the specifics on each 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