摘要:
// TestDelegate.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" typedef unsigned long gulong; typedef char gchar; typedef void* gpointer; typedef long GOb 阅读全文
posted @ 2013-05-03 16:32
日月王
阅读(161)
评论(0)
推荐(0)
摘要:
一般,编译器采取最差的,而且一直使用最普通的形式。比如对于下面这个结构: // Borland (缺省设置) 和Watcom C++. struct { FunctionPointer m_func_address; int m_delta; int m_vtable_index; //如果不是虚拟 阅读全文
posted @ 2013-05-03 14:47
日月王
阅读(195)
评论(0)
推荐(0)