Thread: Images

  1. #1
    Mmm. Purple.
    Join Date
    May 2002
    Posts
    154

    Images

    How would i put like a simple image on the screen just lets say a 50x50 bmp/gif?

  2. #2
    Mmm. Purple.
    Join Date
    May 2002
    Posts
    154

    compiler

    dev 4 btw

  3. #3
    Rambling Man
    Join Date
    Jan 2002
    Posts
    1,050
    I'm assuming you're asking about console applications, correct? Well, you can NOT display a picture in console applications. You are going to have to choose an API to do that. A commonly used API that is simple would be Allegro. For more information about Allegro go to allegro.cc

    If you still have more questions then use the search functions, because you'll be able to get a ton of information on it.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Images
    By _Nate_ in forum C Programming
    Replies: 4
    Last Post: 05-18-2008, 10:50 PM
  2. Images
    By gvector1 in forum C++ Programming
    Replies: 7
    Last Post: 02-25-2003, 09:59 AM
  3. images, icons, and cursors, OH MY!
    By DarkViper in forum Windows Programming
    Replies: 3
    Last Post: 01-07-2003, 02:26 PM
  4. STL, Queues And Images
    By simly01 in forum C++ Programming
    Replies: 3
    Last Post: 06-24-2002, 12:31 PM
  5. A simple question on Images....
    By LonelyPlanetWa in forum C Programming
    Replies: 7
    Last Post: 05-20-2002, 07:34 AM