How to Display image in c

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sahragard
    New Member
    • Feb 2007
    • 1

    How to Display image in c

    Hi. I am trying to read a BGM file and show its image on monitor with windowsXp. I wrote the program in c. It looks like that there should be some other header files or other library functions to do that. I know turbo c does not support graphics but there could be some functions added to make it work.Please help on this display image.I am not suppose to use any tools.Thank you
  • horace1
    Recognized Expert Top Contributor
    • Nov 2006
    • 1510

    #2
    Originally posted by sahragard
    Hi. I am trying to read a BGM file and show its image on monitor with windowsXp. I wrote the program in c. It looks like that there should be some other header files or other library functions to do that. I know turbo c does not support graphics but there could be some functions added to make it work.Please help on this display image.I am not suppose to use any tools.Thank you
    which version of Turbo C are you using
    I know that the DOS version of Turbo C V3.0 had a graphics library
    http://electrosofts.co m/cgraphics/

    you could read the file, build the image and display it using putimage()

    Comment

    Working...