MinGW crashes when running this programHow would I allocate it on the heap? Would I write something like this? [code]int *ptr = new int[n]...
MinGW crashes when running this programBack. Noob as always. Had to take a long break due to school. Anyway, I wrote a simple program for s...
Getting started with game programmingSelf-explanatory: I want to get started with programming games. Since I want to focus as much on gam...
Has std::vector been changed...Or is it just me who's really gone senile? This isn't working for me: [code]std::vector<int> someNu...
Exception handlingI'll try to see if I can progress at all by referring to your post. What I want to do is throw an ex...