User profile: tofiffe

User info
User name:tofiffe
History
Joined:
Number of posts:139
Latest posts:

Removing items containing references from a std::vector
thanks, I've switched to forward_list, as it fits perfectly in my existing solution.

Removing items containing references from a std::vector
I have a vector that holds references to animations, something like: [code] class SwapAnimation ...

Translate virtual key and scan code to unicode character
I'm trying to translate vkCode and scanCode from KBDLLHOOKSTRUCT to unicode characters, based on cur...

Finding a char array in a large file
interesing, 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...