can anybody tell me how to display image in C++ (C-Free)
chamnab 0 Junior Poster in Training
Recommended Answers
Jump to PostWhat type of image? You're going to need some kind of a library, regardless, as there's nothing in standard C++ that will open an image.
Jump to PostAs Jonsca said, you can't just display an image in C++ (well you can, but you wouldn't want to because you'd have to write a lot of complex code that has already been written by other people and packaged into a nice library).
If you want something really easy …
All 7 Replies
jonsca 1,059 Quantitative Phrenologist Team Colleague Featured Poster
ravenous 266 Posting Pro in Training
jonsca 1,059 Quantitative Phrenologist Team Colleague Featured Poster
chamnab 0 Junior Poster in Training
ravenous 266 Posting Pro in Training
DeanMSands3 69 Junior Poster
Perry31 -6 Light Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.