摘要: part2: #ifndef GRAPH_H#define GRAPH_H class Graph {public: Graph(char ch, int n); void draw();private: char symbol; int size;}; #endif Graph.h #includ 阅读全文
posted @ 2019-04-23 23:38 Sora5934 阅读(140) 评论(0) 推荐(0)