?? fake.h
字號:
/******************************************************** * Some code. Copyright (C) 2003 by Pascal Massimino. * * All Rights Reserved. (http://skal.planet-d.net) * * For Educational/Academic use ONLY. See 'LICENSE.TXT'.* ********************************************************//* * fake.h * * Test header for dynamic loading of objects. * tested in test2.cpp + fake.cpp (->fake.so) ********************************************************/#ifndef _FAKE_H_#define _FAKE_H_//////////////////////////////////////////////////////////// interface.class FAKE { public: FAKE() {} virtual int Print() const; virtual ~FAKE();};//////////////////////////////////////////////////////////#endif /* _FAKE_H_ */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -