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

走远了吗. 提交于 2019-12-12 08:59:43

问题


So far i have been searching on google and haven't fount a single good tutorial which is comprehensive. Does any one know of any good site or book which teaches Win32 GDI?


回答1:


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




回答2:


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



来源:https://stackoverflow.com/questions/6639285/any-good-tutorials-resources-to-learn-win32-gdi

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