Why are all my C++ programs exiting with 0xc0000139?

Well I’m not sure what the problem was exactly (if anyone knows I’d be grateful!), but I was able to solve it for myself by downgrading from GCC 5.2.0 to GCC 4.9.3.

Leave a Comment