How can i load temporary image in c++ console

Hello, I am a university student and I am developing a program

 

But I have faced a problem during programimg.

 

Juce supports many header and cpp files but I don't know how use the using way.  I'd like to know loading image files in c++ console.

 

Is there who knows this problem?

 

I will appreciate who talk solution to me. Thanks

I think you're going to have to do a better job of explaining exactly what you're trying to do!

I want to insert temporary image in my program to the background.

I still don't understand what you mean! Are you talking about changing the desktop wallpaper?

I want to load image in this program background

There are lots of examples of loading and drawing images in the juce demo.. See ImageFileFormat::loadFrom and Graphics::drawImage, etc.

I will search juce demo and others. Thank you so much!