?? example.h
字號:
// code which calls the actual example functions in turn
#ifndef _EXAMPLE_H
#define _EXAMPLE_H
#include "example_funcs.h"
// prints asterisks between each example
void PrintSeparator(ostream &o);
// prints a header with title for a particular example
void PrintHeader(ostream &o, const string &title);
// function which calls the actual example functions in turn
void CallAllExamples();
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -