摘要: 复合结构(C++ Primer) 使用结构体和string 使用结构体示例代码: #include <iostream> #include <string> using namespace std; struct person{ string fn; string sn; char grade; i 阅读全文
posted @ 2024-11-01 16:21 无情马里奥 阅读(12) 评论(0) 推荐(0)