I just recently joined stackoverflow after having passively used it for years. I usually found my questions already answered or could figure stuff out by myself.
So I thought that I could give something back by answering questions. It turns out that by answering questions you may actually learn something new. Awesome Zen wisdom gained! 😀
Some answers of mine that fall into this category:
- Using an std::unordered_map to efficiently store locations of words
- Writing a generic sum() function using ranges
- Save a bitmap resource from the current executable as a file
- Using std::unordered_map and boost::variant to create a tree with clean initialization syntax
- Using the ‘expected’ class (proposed-for-standard) for error handling
- How to show the shell properties dialog for a filesystem object
- How to run ShellExecute() non-elevated
- Use the shell API from Python (pywin32)