cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
inserting an image to display in output
inserting an image to display in output
Sep 17, 2013 at 2:09pm UTC
dhepotz
(12)
HI guys..
plss help me.. :(
how to insert an image to display in output on c++..plsss help me:(
Last edited on
Sep 17, 2013 at 2:10pm UTC
Sep 17, 2013 at 2:15pm UTC
Duthomhas
(13282)
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.
Sep 17, 2013 at 2:32pm UTC
dhepotz
(12)
oh common its hard to me to understand that because i am already a beginner..but still i try ...thank you for response.:)
Sep 17, 2013 at 2:56pm UTC
Mats
(1398)
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.