cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Adding a popup box with an image in it?
Adding a popup box with an image in it?
Oct 10, 2013 at 1:33pm UTC
Maderthanyou
(9)
I have no idea how to go about doing this, i need to add a pop up box with an image in it of a chest, is there a way to do this
example
1
2
3
4
5
6
7
8
int
main {
int
player cin << player;
if
(player ==1){ pop up box with image} }
Last edited on
Oct 10, 2013 at 1:36pm UTC
Oct 10, 2013 at 1:47pm UTC
The illusionist mirage
(235)
You need a graphics library to accomplish this easily. It method varies from library to library. You can't pop up external messages or dialogues from the console window.
Last edited on
Oct 10, 2013 at 1:48pm UTC
Oct 10, 2013 at 1:51pm UTC
Maderthanyou
(9)
What kind of graphical libary? and how whould i go by doing this then?
Topic archived. No new replies allowed.