Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to load and see *.bmp

Status
Not open for further replies.

Liza15

Programmer
Oct 25, 2003
1
BD
Hi,
I am doing a little graphics in C. I need to load my own picture (JPG/BMP/GIF) in the program. I am using Turbo C compiler version 3 and DOS in XP. Could anyone please help me in this matter as soon as possible?
 
Your machine is a Ferrari(XP), and you're treating it like a bicycle(TurboC for DOS)

Personally, I would do this
Get a better compiler, DEV-C++ is a nice (and free) compiler with a windows oriented GUI development environment.

One of the additional libraries DEV knows about is libsdl ( which is a fairly simple (by comparison to some other graphics libraries) library.

--
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top