To do this you'd need to use multiple libraries... Something for getting data from a URL, and something for bitmap images. This isn't the easiest thing to describe to a complete beginner who has just gotten through Hello World.
A good place to start might be SFML which provides a series of very easy-to-use classes to wrap more complicated OS-specific libraries.
If you find this to be a bit tough, you might want to try a higher-level lanauge (Visual Basic or Python). These require less low-level work and manipulation because much of the work has already been done for you.