由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - How to resolve "terminate called after throwing an instance of 'std::bad_alloc'???
相关主题
Two interview questions? (转载)问个问题
C里面goto的用处?有没有懂LDA(Blei)model得大侠给解释一下
问一个很简单的编程问题Re: Re: Re: 申请成立MacDev(可口苹果)版 (转载)
另一道概率题,应该是个经典问题 (转载)问个Fortran的问题,急求解答
what does "@Override" mean in the Java code below? Thanks!Google 电面 algorithm 问题
[转载] Re: BT实战Java 问题, 请帮忙!
CS 面试题求教这个在visual c++下怎么编不来,
++ a faster or a++ faster in C?Visual Studio 2010 的数组定义
相关话题的讨论汇总
话题: alloc话题: throwing话题: terminate话题: instance话题: std
进入CS版参与讨论
1 (共1页)
m*******s
发帖数: 22
1
Hi,
I wrote a c program, complied and ran with linux g++. It is no problem with
first 26 runs, I mean, I got the output which I want exactly. However, an
error message is got in the 27th run, that is:
terminate called after throwing an instance of 'std::bad_alloc'
what(): St9bad_alloc
Aborted
Anyone has an idea about how to solve this problem? Thanks a lot.
G*B
发帖数: 57
2
Means you are running out of memory...
1 (共1页)
进入CS版参与讨论
相关主题
Visual Studio 2010 的数组定义what does "@Override" mean in the Java code below? Thanks!
Valgrind报uninitialized value was created by a heap allocat (转载)[转载] Re: BT实战
怎样高效管理内存? (转载)CS 面试题求教
linux内存分配中page的几个问题 (转载)++ a faster or a++ faster in C?
Two interview questions? (转载)问个问题
C里面goto的用处?有没有懂LDA(Blei)model得大侠给解释一下
问一个很简单的编程问题Re: Re: Re: 申请成立MacDev(可口苹果)版 (转载)
另一道概率题,应该是个经典问题 (转载)问个Fortran的问题,急求解答
相关话题的讨论汇总
话题: alloc话题: throwing话题: terminate话题: instance话题: std