?? objptrvec.hh
字號(hào):
# ifndef ObjPtrVec_hh# define ObjPtrVec_hh ObjPtrVec_hhusing namespace std;# include <iostream>class ObjPtrVec {public: // Constructors/Destructors ObjPtrVec(); // Accessors // Input/Output // Miscellaneous static void test();protected: // Accessors // Methods private: // Accessors // Methods // State};# endif // ObjPtrVec_hh
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -