How to put Win32-dependent code outside the main project?I'm going to do this. Thanks.
How to put Win32-dependent code outside the main project?I am writing a program that I want to be portable and want to separate the Win32-specific code out o...
Template iterator confusionI didn't want "auto" because I wanted to understand what was going on, but the Stroustrup link makes...
Template iterator confusionA line like the following appears on en.cppreference.com/w/cpp/experimental/fs/directory_iterator: ...
App* value vs. App* entityAh, thanks for your thought-out post. I would learn some new C++ idioms if I studied your code, but ...