会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
宝剑锋从磨砺出,梅花香自苦寒来!
Admin
2015年3月1日
GetMemory()函数
NO1void GetMemory(char *p){p=(char *)malloc(100);}void Test(){char * str=NULL;GetMemory(str);strcpy(str,"Hello world");printf(str);}实质:GetMemory(str)在...
Read More
posted @ 2015-03-01 23:57 天王星B
Views(1286)
Comments(0)
Diggs(0)
公告