摘要: 1、this指针的运用 指向当前函数作用类的指针 相当于翻译为C语言,r.run() = run(test * this) #include<bits/stdc++.h> using namespace std; class test{ private: double real,imag; publ 阅读全文
posted @ 2021-10-20 17:19 wanghai673 阅读(49) 评论(0) 推荐(0)