Ubuntu中編譯c++程序打印漢字

#include <stdio.h> class Person { private:     char *name;     int age;     char *work; public:     void setName(char *name)     {         this->name = name;     }     void setWork(char *work)     {  
相關文章
相關標籤/搜索