User profile: quiret

User info
User name:quiret
History
Joined:
Number of posts:2
Latest posts:

Win32 PE Resource Embedding (portable apps)
Hello developers, if you want quick and easy resource embedding post-compilation into any EXE file I...

std::map with non-copyable key type?
[code]#include <map> struct movable_key_type { int key_thing; inline movable_key_type( voi...