struct A { void foo( int ); static void foo( int, int ); void foo( double ); int a; }; struct B : A { int b; }; struct C : A { int a; }; struct D : B, C { int d; }; void foo( D *p ) { p->foo( 1, 2 ); }
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机