2011年5月24日
摘要: There are many reasons why sometimes you'd like to run some code before, or after, the main function of a program or DLL (main, WinMain, and DllMain are equivalent for this article, so I will generalize them as "the main function" from now on). This is not as simple in C as it is in C+ 阅读全文
posted @ 2011-05-24 15:53 sun_kang 阅读(2871) 评论(1) 推荐(0) 编辑