Any good tutorials / resources to learn Win32 GDI? [closed]

一笑奈何 提交于 2019-12-04 13:56:04

Petzold (Programming Windows, now in its >=5th edition) has good coverage.

GDI has been replaced by Direct2D and DirectWrite, which are available down to Vista, and substantially more performant and flexible. You might want to double-check that you really need to support XP, which is already past end-of-life.

Martyn

I found bobobobo's blog to be quite helpful for getting started with Win32 and related concepts.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!