会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
欢迎来到我的博客https://www.cnblogs.com/veis/
https://www.cnblogs.com/veis/p/14182037.html
veis
斯人若彩虹,遇上方知有。
博客园
首页
新随笔
联系
订阅
管理
2017年6月24日
C语言柔性数组讲解
摘要: #include<stdio.h> typedef struct _SoftArray{ int len; int array[]; }SoftArray; int main() { int len = 10; printf("The struct's size is %d\n",sizeof(So
阅读全文
posted @ 2017-06-24 13:00 veis
阅读(22698)
评论(1)
推荐(7)
编辑
公告