Adding a popup box with an image in it?

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
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
What kind of graphical libary? and how whould i go by doing this then?
Topic archived. No new replies allowed.