C++中結構體與類到底有什麼區別

#include<iostream> using namespace std; typedef struct DemoS{     private:       char c;       char x;       int y;     public:     DemoS(){}     DemoS(char c,char x,int y):c(c),x(x),y(y)        {    
相關文章
相關標籤/搜索