Help displaying images C++

Does anyone know how to output images C++? I have looked around, but I have never been able to find anything (downloading libraries, searching forums, YouTube, etc...) and make it work. A (fairly) detailed explanation would be much appreciated.
Thanks.
I assume you mean output images to the screen. You have to use a library for that.

SDL is one such library: http://lazyfoo.net/SDL_tutorials/index.php
SFML is another: http://www.sfml-dev.org/tutorials/1.6/
Topic archived. No new replies allowed.