Available Memory Size in Visual Studio C++ -


i developing "pyramid" game uses minimax tree searches "best" move .. game freezing.

my deduction it's memory problem using 124kb of memory. how memory can allocate new operator? or, memory limit assigned application default.

the os decide how memory you'll able allocate @ each given time, making question impossible answer.

i you, show faulty code instead of thinking it's compiler or environnement wrong. 124kb nothing on platforms.

if it's not throwing bad_alloc, doubt new call fail. it's not real problem.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -