this指针
摘要:
先来看看这段代码 #include<iostream> using namespace std ; //例6-5 class Simple { int x, y ; public : void setXY ( int a, int b) { x = a ; y = b ; } void printX 阅读全文
posted @ 2020-03-24 15:52
Kevin_Weng
阅读(244)
评论(0)
推荐(0)
浙公网安备 33010602011771号