会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
朝花不夕拾
博客园
首页
新随笔
联系
管理
订阅
2021年5月28日
[c语言]-注意创建指针时的内存区域是栈内存 or 堆内存
摘要: 之前用c语言写了个udp_socket的代码,但是一直报错,花了好长时间才找到原因,特此记录。 上代码: 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include "string.h" 4 #include <sys/socket.h> 5 #inc
阅读全文
posted @ 2021-05-28 14:46 朝花不夕拾
阅读(401)
评论(0)
推荐(0)
编辑
公告