会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
mountainking
It's not a bug.It's a feature.
博客园
首页
新随笔
联系
订阅
管理
2013年11月17日
作业8
摘要: 1.理解C++变量的作用域和生命周期 int* fun(){ int i = 1; return &i;}//warning: address of local variable 'i' returned 2.理解堆和栈,两种内存的申请和释放的方式 #include #include int *fun(int **t){ int num...
阅读全文
posted @ 2013-11-17 22:24 mountainking
阅读(168)
评论(0)
推荐(0)
编辑