会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
2024年5月21日
c++ 结构体的构造函数
摘要: 结构体中构造函数 1、不使用构造函数 1 #include<iostream> 2 3 struct student { 4 5 int age; 6 std::string gender; 7 8 }Liu; 9 10 int main() { 11 Liu.age = 20; 12 Liu.ge
阅读全文
posted @ 2024-05-21 14:53 DLst_liu
阅读(193)
评论(0)
推荐(0)
编辑
DLst_liu
公告
导航
博客园
首页
新随笔
联系
订阅
管理