Thread: Graphics... The Dreaded Topic...

  1. #1
    Student drdroid's Avatar
    Join Date
    Feb 2002
    Location
    Montreal, Quebec
    Posts
    669

    Question Graphics... The Dreaded Topic...

    Before you go about screaming at me that this is on so many other threads... The specifications are different to my question... Without using OpenGL or Allegro (I can't get them to work), how can I post pre excisting images... Example... Let's say I use MSPaint (for all of you that don't know, its a program designed to create bitmaps, gifs, jpegs etc.) to create an image... Is there specific code to show it in my program... And don't tell me to look in the programming tutorial because I have... Millions and Millions of times. I can't make any form of sense from the topic "How To Show A Picture" (no offense to the writer). I'm using Borland C++. Is there any specific way to do what I'm asking? If so how?

  2. #2
    Registered User rmullen3's Avatar
    Join Date
    Nov 2001
    Posts
    330
    Console mode can't do graphics. You can use DOS, but that may be unnecessary considering you can learn some Win32 programming, and then you can easily display bitmaps.

  3. #3
    "The Oldest Member Here" Xterria's Avatar
    Join Date
    Sep 2001
    Location
    Buffalo, NY
    Posts
    1,039
    dammit...you people always say 'Borland C++'.
    what's this mean?
    Borland TURBO C++?
    Borland C++ 5?

  4. #4
    Registered User Dual-Catfish's Avatar
    Join Date
    Sep 2001
    Posts
    802
    Patience my friend..
    If allegro and OpenGL don't work, there must be a reason. (Hint: It's between your chair and the monitor)

    Just slow down, read some tutorials; you can't expect this to come rushing at you. If you don't like my advice, don't take it. But good luck getting a bitmap onto your screen.

    You also might want to try 13h or whatever.. I've never used it but I hear others talking about it.

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. Beginning Game Programming Type Books
    By bumfluff in forum Game Programming
    Replies: 36
    Last Post: 09-13-2006, 04:15 PM
  3. Graphics Programming :: Approach and Books
    By kuphryn in forum Windows Programming
    Replies: 4
    Last Post: 05-11-2004, 08:33 PM
  4. egavga.bgi problem
    By sunil21 in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 09-22-2003, 05:06 PM
  5. Graphics Devices and Cprintf clash
    By etnies in forum C Programming
    Replies: 6
    Last Post: 05-09-2002, 11:14 AM