What is the best API for game development in C++?
Beginner or not?
SFML is a good one for a beginner that contains window managers, and graphics
Win32 is a good one if you are making a window manager from scratch.
OpenGL/DirectX are good if you are trying to do graphics.