两种方法在Visual Studio Win32控制平台程序中使用超过4G的内存

两种方法在Visual Studio Win32控制平台程序中使用超过4G的内存(以Visual Sutdio 2013为例)code 若是你的程序运行中因为申请大空间而抛出了bad alloc异常,那这篇文章提出的两个方法将对你有些帮助。orm 捕获异常的方法很简单: try { your code...} catch (exception e) {cerr << e.what() << end
相关文章
相关标签/搜索