inserting an image to display in output

HI guys..

plss help me.. :(

how to insert an image to display in output on c++..plsss help me:(
Last edited on
That's a pretty vague requirement.
If you are talking about displaying an image in the Windows Console, check out this thread at DaniWeb:
http://www.daniweb.com/software-development/c/code/216431/put-a-bitmap-image-on-your-console-c

BTW, playing with graphics is a fairly advanced topic, and the trick used above is a bit of a hack -- you can break it in all kinds of ways. If you want to start making graphical applications, you need to get yourself a toolkit.

For games and the like, there's SFML.
http://www.sfml-dev.org/

Hope this helps.
oh common its hard to me to understand that because i am already a beginner..but still i try ...thank you for response.:)
I would agree with Duoas. Download SFML and start learning how to use it. Graphical programming is advanced and it won't get any easier than that.
Topic archived. No new replies allowed.