摘要: c++类学习——00 #include <iostream> #include <cstring>//c中的字符串 #include <string>//c++的字符串 using namespace std; class Test { // e类的私有方法,只能通过类内部访问 private: / 阅读全文
posted @ 2019-12-31 14:58 BISTER 阅读(4) 评论(0) 推荐(0)