OKG Wikipedia AcronymDefinition OKGOrnithine Alpha-Ketoglutarate(Amino acid) OKGOptical Kerr Gate(spectroscopy) OKGOskarshamns Kraftgrupp AB(Swedish energy company) OKGOsterreichische Kardiologische Gesellschaft(German: Austrian Cardiological Society)
(2) @Evan: I mean std::vector<int*> v = /* populate */; do_stuff(v); deleteVector(v);. If do_stuff throws, game over. This follows the same old principle: if you're ever in a position to manually free something, you've done it wrong. Wrap it up. - GManNickG @GMan: ...