Removing items containing references from a std::vectorthanks, I've switched to forward_list, as it fits perfectly in my existing solution.
Removing items containing references from a std::vectorI have a vector that holds references to animations, something like: [code] class SwapAnimation ...
Translate virtual key and scan code to unicode characterI'm trying to translate vkCode and scanCode from KBDLLHOOKSTRUCT to unicode characters, based on cur...
Finding a char array in a large fileinteresing, but I can't seem to find any docs on fgrep, except for the shell, also does it work with...
Finding a char array in a large file@LB: I don't see how using ifstream::read would make any difference, I thought these were merely wra...