happmaoo 发表于 2013-2-4 20:02:26

Windows API一日一练(21)SetWindowLongPtr和GetWindowLongPtr函数

<iframe align="top" marginwidth="0" marginheight="0" src="http://www.zealware.com/46860.html" frameborder="0" width="468" scrolling="no" height="60"></iframe><div class="postText"><div style="margin: 0cm 0cm 0pt 36pt;">在软件开发里,大家一直对着这个问题是执着的,那是“复用”。总想自己写出来的代码,可以适应性很强,到那里都可以落地生根。因此,面向对象的语言就层出不穷,每个都坚称可以最大地复用代码。在面向对象里,C++是非常强大的。下面就来用C++把上面介绍的程序封装起来,这样可以复用,或者说条理更加清晰。
页: [1]
查看完整版本: Windows API一日一练(21)SetWindowLongPtr和GetWindowLongPtr函数