📄 test.c
字号:
#define cat(x, y) x ## y#define var123 Werkt!!!cat(var, 123);cat(cat(1, 2), 3);#define cat2(x, y) x/**/ycat2(var, 123);cat2(cat2(1, 2), 3);#define str(arg) #argstr("Hallo");str(Ha"l"lo);#define instr(x) "x y" "x"instr(Dit is de tweede string)#define spaces a b c \ nexy line#define zeroargs()testa C++ kommentarer!!! // hahahahha!!!!litemer: /// wehweewr///sfdsdfsdehehe // sdfsdfdfsfsdsf{}/**/heah
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -