編譯朋友一個程序compiler limit internal heap limit reached use /Zm to specify a higher limit
上網搜索了一下意思是超過內部默認分配的堆的限制解決辦法如下在VC ++ 環境下project ——> setting ——>c/c++ 在project options 的最後一個/c前面加上/Zm
然後逐步增加如/Zm // ZmXXX xxx表示你想要自定義分配的內存大小 最大為 相當於m
From:http://tw.wingwit.com/Article/program/net/201311/13990.html