c——————指針之易錯點

      指針變量在用以前要指出指向的對象列如ios #include<iostream> #include<string> using namespace std; struct stu { string name; //string sex; //string id; //float C[4]; //stu * next; }; int main() { struct s
相關文章
相關標籤/搜索