在vc里的H文件中,标识以_和__开头表示什么意思?
Advertisement:
热门软件下载:
是不是ms的开发小组所使用的一个标识命名规则呢?在msdn有得查吗?
例如:
typedef struct _pointl /* ptl */
{
long x;
long y;
} pointl, *ppointl;
#ifdef __cplusplus
}
#endif
推荐阅读
相关评论