cdtest-bar.cc

来自「俄罗斯高人Mamaich的Pocket gcc编译器(运行在PocketPC上)」· CC 代码 · 共 18 行

CC
18
字号
// test program for Class Foo#include "cdtest-foo.h"static Foo static_foo( "static_foo"); Foo f(){    Foo x;    return x;}void g(){    Foo other_foo1 = Foo( "other_foo1"), other_foo2 = Foo( "other_foo2");    other_foo2 = other_foo1;}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?