C program to display a jpeg or bmp or pcx file.
Posted
by Raj
on Stack Overflow
See other posts from Stack Overflow
or by Raj
Published on 2010-03-10T11:09:38Z
Indexed on
2010/03/22
7:21 UTC
Read the original article
Hit count: 299
c
What is the code in 'c' to display a picture file like jpeg file or bmp file or pcx file. For example the picture may be available in desktop and the program during execution must be given the path of the file as input and should display the image.(If it is in command line,it'll be excellent).
Platform:Windows xp
Turbo c compiler(or turboc++)
© Stack Overflow or respective owner