会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
LYSHARK
首页
管理
2020年5月10日
C/C++ 结构体与指针笔记
摘要: 结构体的定义与使用: #include <stdio.h> #include <stdlib.h> struct Student { int num; char name[30]; char age; }; int main(int argc, char* argv[]) { struct Stud
阅读全文
posted @ 2020-05-10 15:07 lyshark
阅读(1001)
评论(0)
推荐(1)
公告