[Solved] C++ Large 2D array (on the heap) crashes the application
[ad_1] It looks like I was using too much memory, way too much. I only needed [257][257] in the end, not [257*257][257*257], so it was my bad. [ad_2] solved C++ Large 2D array (on the heap) crashes the application