📄 foo_output.h
字号:
/* $Id: foo_output.h,v 1.5 1997/05/18 10:59:59 matt Exp $ Foo model output function. (c) May 1996 Matt Phillips. */#ifndef _FOOOUT_H#define _FOOOUT_H#include <iostream.h>#include "FooObject.h"ostream &operator << (ostream &s, const FooObject &object);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -