win32
鸟类学
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
GetPrivateProfileInt 读取配置文件
#include#includeusing namespace std;void main(){ char buffer[1024]={0}; GetModuleFileName(GetModuleHandle(NULL), buffer, sizeof(buffer)); //GetModuleFileName:Retrieves the fully qualified p原创 2016-03-07 17:24:06 · 6250 阅读 · 0 评论 -
_T(x) _TEXT(x) L 代表什么?
首先 中 #ifdef _UNICODE .... #define __T(x) L ## x //替换#else /* ndef _UNICODE */ #define __T(x) x //无替原创 2016-03-12 09:26:16 · 1118 阅读 · 0 评论
分享