?? nested1.c
字號:
// Build don't link:// // Copyright (C) 2003 Free Software Foundation, Inc.// Contributed by Raymond <raymond@magma.magma-da.com>.// // PR c++/47 The parser failed to resolve 'B' in the return type of// A::C::D::foo.class A {public: class B; class C;};class A::B {};class A::C { class D;};class A::C::D {public: B* foo();};
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -