摘要:
先来看一段代码: 1 //this指针问题 2012年7月18日0:37:13 2 #include <iostream> 3 using namespace std; 4 5 6 class point 7 { 8 public: 9 10 int x,y;11 12 point(int a,int b)13 {14 x= a;15 y = b;16 }17 18 void input(int x,int y )19 {20 21 22 ... 阅读全文
posted @ 2012-07-18 01:04
pipicfan
阅读(3050)
评论(0)
推荐(0)

浙公网安备 33010602011771号