📄 nested4.c
字号:
// From: quipu@ulrik.uio.no// Subject: extern "C" nested class// Date: Fri, 13 Aug 1993 15:33:53 +0200// Build don't link:extern "C" { struct A { struct B { int j; } *x; };}voidfoo () { A a; struct A::B *b; b = a.x; // gets bogus error - type `B' is not a base type for type `B'}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -