Looking for info on making an imagine with markers

Hello. I am very new to C++ (only been at it a few days) and I am interested in making something, but don't know where to start. I am fairly comfortable with functions, arrays, using headers, and basic beginner stuff like that.

Basically what I am trying to do, is take an image, and "plot" things onto it. So far I have only experimented using console applications, but I think this would be pretty easy as far as making an actual application goes.

So, I want to be able to take an image, and add markers onto it. Does anyone know of a tutorial, or reference of some kind that they wouldn't mind directing me to? The problem I have right now, is that I don't even know what to search for, haha. I don't know what this would even be called to try and find a tutorial or help with it.

Thanks in advance.
Try to search for some library (i would say 2D graphics library)
for example SFML (site:http://www.sfml-dev.org/ )
you can find documentation and download on the website
Topic archived. No new replies allowed.