Clicking an advert helps keep this site going - thank you.  

Click to go to site home page

Home | C++ | Graphics | Input | Sound | Video & Music | Industry | Resources | About | Search

Windows API - Advanced Issues

There is much more you can do with the Windows API than simply display a window. You can create menus and dialogs using the resource editor and draw graphics using the GDI commands. I have written just a few notes below for those who wish to explore these areas further:

All these functions are useful for creating game editors etc. However to write an actual game GDI is much too slow and so instead we need to use dedicated APIs like OpenGL or the DirectX set of APIs.

© Keith Ditchburn 2005