實驗 4 類和對象-2

類graph的聲明 #ifndef graph_h #define graph_h class Graph {     public:         Graph(char ch, int n);            void draw();      private:         char symbol; int size; }; #endif       類graph的實現 #inclu
相關文章
相關標籤/搜索