摘要:
#include using namespace std;struct A1{ int a; static int b; };struct A2{ int a; char c;};struct A3{ float a; char c;};struct A4{... 阅读全文
posted @ 2015-05-09 00:20
南哥的天下
阅读(273)
评论(0)
推荐(0)
摘要:
#include using namespace std;class A{ int m_a; int get() { return m_a; } virtual void set(int a) { m_a = a; } vi... 阅读全文
posted @ 2015-05-09 00:16
南哥的天下
阅读(481)
评论(0)
推荐(0)
摘要:
//a.cpp class A{ public: int fun(int x){ return (x*x+1000); } }; void tt() { } //b.cpp class A{ public: int fun(int x); }; void tt(); int yy() { tt(); 阅读全文
posted @ 2015-05-09 00:09
南哥的天下
阅读(401)
评论(0)
推荐(0)
浙公网安备 33010602011771号