Invoking external executable without system()Can it be done? I've looked around a bit but everyone says it's either system() or a OS-dependent so...
getting bad_alloc from newJust found my error. In a previous part of the function, I had a static variable acting as an iterat...
About DEV C++The end of the article Xander314 lists a few. I personally suggest Visual C++ Express, which I perso...
constructors and dynamic arraysA useful trick is to write all of B's constructor code in Init() and then make the constructor simpl...
getting bad_alloc from new[quote]Maybe try using a vector instead. If the problem goes away then it's almost certainly heap co...