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
How to Display image in c
Collapse
X
-
Originally posted by sahragardHi. 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
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