How to create sprites with C++ in a windows application?
So I’m trying to make a pac – man game in a windows application with C++. So i need to figure out how to create a sprite. I looked up on youtube and it seems they use another library like SFML or SDL, but they all seem to be working with a console application instead of a windows application. So my question is can i use these libraries like SFML or SDL to create sprites in windows app or is it just for console app? Also do i need to download these libraries or can i just #include<> them like a iostream? would appreciate if anyone can recommend any resources to learn how to create sprites.