首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ Builder >

_interface是什么东西解决方法

2012-03-12 
__interface是什么东西如题[解决办法]#define __interface class[解决办法]sysmac.h#define __interface c

__interface是什么东西
如题

[解决办法]
#define __interface class
[解决办法]
sysmac.h

#define __interface class


Description

Object Pascal has built-in language support for interfaces, which behave like pure virtual classes augmented with compiler support for an associated GUID and other COM or CORBA interface handling. Header files that provide access to Object Pascal units that declare interfaces use the __interface macro to map these declarations into (pure virtual) C++ classes.
[解决办法]
Object Pascal interface as a C++ class

#define __interface class

热点排行