随笔分类 -  C/C++

摘要:1. Write native(unmanaged) code with C/C++, and make sure compile it as a DLL, the sample is as below#include using namespace std;extern "C"{ _decls... 阅读全文
posted @ 2015-11-23 23:30 Researcher 阅读(235) 评论(0) 推荐(0)
摘要:用sizeof求类的大小,http://blog.csdn.net/szchtx/article/details/10254007(sizeof浅析(三)——求类的大小),这篇博文给出了非常详尽的举例介绍。但是细心的话,你会发现一个小瑕疵,那就是对如下例子求sizeof(B),在VS下是16不是12... 阅读全文
posted @ 2015-06-03 00:01 Researcher 阅读(255) 评论(0) 推荐(0)