What i need to do?

Question is about how to insert pictures in black screen.

i've recently started learning c++ through tutorials some parts confusing some parts are not and it is going mostly well however i have a question when i start to think.. it is a black screen without anything so if we ever implement graphics will it be inside black screen? how to actually move pictures inside those pictures? my goal is to actually make a game with pictures and moving characters and such... i dont want pixels i have looked through some videos but they were pixels so any suggestion for me?

Thanks for answers..
my goal is to actually make a game with pictures
GEt a graphic library. It will literally take you ages to implement one from scratch.
SFML is a good one: http://www.sfml-dev.org/

Suggest you first find a c++ game writing tutorial you like and work your way through it,

http://www.gamefromscratch.com/page/Game-From-Scratch-CPP-Edition-The-Introduction.aspx

and so on ...

There are books on programming games with c++ as well.

The "black screen" is probably a console window. With graphic libraries you can use graphic windows or even the whole screen.

Last edited on
so graphic libraries i was looking for. can i use them with dev c++? and also would you recommend i use different if so can you tell me the reason thanks :)
Topic archived. No new replies allowed.