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
相关文章
相关标签/搜索