i want to make a sprite based platformer in c++ and everywhere i look says i need an api to put sprites and c++ code together but i dont know what one is or how to use them. so can you tell me what an api is?
How about using SDL 2.0 graphic library. This site has some good tutorials that you can learn how to include a library in your code: lazyfoo.net/tutorials/SDL/