main.cc
来自「MICO2.3.13 corba 环境平台」· CC 代码 · 共 31 行
CC
31 行
#include <CORBA-SMALL.h>#include "const.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[] ){ cout << c1 << endl; cout << c2 << endl; cout << c3 << endl; cout << c4 << endl; cout << c5 << endl; cout << c6 << endl; cout << c7 << endl; if( c8 == TRUE ) cout << "TRUE" << endl; else cout << "FALSE" << endl; cout << c9 << endl; cout << c10 << endl; cout << foo::c11 << endl; cout << foo::c12 << endl; cout << foo::msg << endl;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?