由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - C++ Q81: Why does the following code cause a memory leak?
相关主题
C++: Does this cause memory leak? Thanks.C++ Q66: reverse a string -- is it efficient
问个《编程实践》(英文版)里面的问题C++ Q: sizeof
Bloomberg London onsite面经C++ Q68: initialization (skillport)
Char x[] = "abc"; 是在heap还是stack上? (转载)为什么我这段简单的程序segment fault
bloomberg就85k?C++ 面试题
请教operator const char*() 的问题再问一个碰到的C++问题
中国人面试果然很好人问一道C++编程题
C++ Q59: pointer & c-string (Bloomberg)[C++问题]请教关于几种size of class
相关话题的讨论汇总
话题: why话题: q81话题: c++
进入JobHunting版参与讨论
1 (共1页)
c**********e
发帖数: 2007
1
Why does the following code cause a memory leak?
char* c = new char[30];
c = new char[60];
delete [] c;
i*****e
发帖数: 113
2
这是lz的问题还是帮助大家总结常见问题呢

【在 c**********e 的大作中提到】
: Why does the following code cause a memory leak?
: char* c = new char[30];
: c = new char[60];
: delete [] c;

c**********e
发帖数: 2007
3
lz的问题.

【在 i*****e 的大作中提到】
: 这是lz的问题还是帮助大家总结常见问题呢
s****e
发帖数: 139
4
这也太明显了.
1 (共1页)
进入JobHunting版参与讨论
相关主题
[C++问题]请教关于几种size of classbloomberg就85k?
分享A公司面经请教operator const char*() 的问题
Google 2 phone interviews exposed + 求祝福中国人面试果然很好人
a MS interview question about C++C++ Q59: pointer & c-string (Bloomberg)
C++: Does this cause memory leak? Thanks.C++ Q66: reverse a string -- is it efficient
问个《编程实践》(英文版)里面的问题C++ Q: sizeof
Bloomberg London onsite面经C++ Q68: initialization (skillport)
Char x[] = "abc"; 是在heap还是stack上? (转载)为什么我这段简单的程序segment fault
相关话题的讨论汇总
话题: why话题: q81话题: c++