main.cc
来自「支持组件模型CCM的开源中间件-mico」· CC 代码 · 共 17 行
CC
17 行
#include "inheritance.h"#ifdef HAVE_ANSI_CPLUSPLUS_HEADERS#include <iostream>#else // HAVE_ANSI_CPLUSPLUS_HEADERS#include <iostream.h>#endif // HAVE_ANSI_CPLUSPLUS_HEADERSusing namespace std;int main( int argc, char *argv[] ){ //kcg: the main test here is to test if "inheritance.h" really //compiles well. If we're here, then it probably compiles. cout << "...passed" << endl;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?