摘要: #include using namespace std;class Ctest{public: static void statFunc() { cout using namespace std;class A{public: void fun() { cout void GetMembe... 阅读全文
posted @ 2013-11-03 16:17 N3verL4nd 阅读(263) 评论(0) 推荐(0)
摘要: 函数调用方式--__thiscall调用方式和__cdecl,__stdcall有什么区别 首先,__thiscall是关于类的一种调用方式,它与其他调用方式的最大区别是: __thiscall对每个函数都增加了一个类指针参数 class aa { void... 阅读全文
posted @ 2013-11-03 15:06 N3verL4nd 阅读(318) 评论(0) 推荐(0)