摘要: .h文件 #pragma once#include<iostream>#include<map>#include<string> typedef struct test_map { void test(void); test_map(AcGePoint3d sa) { _sa = sa; //_sb 阅读全文
posted @ 2019-11-26 17:12 久龄 阅读(79) 评论(0) 推荐(0) 编辑
摘要: #include <map>#include <string>using namespace std;class MyString{ public:MyString(){m_string = "";}MyString(string& str){m_string = str;}~MyString(){ 阅读全文
posted @ 2019-11-26 16:20 久龄 阅读(346) 评论(0) 推荐(0) 编辑