The origins of Big FootA bit off-topic but this discussion of ghosts reminded me of this recent xkcd comic: https://xkcd.co...
Use array as incrementer in for loop - no longer compilingAre you allowed to modify the code? As the error says, "for increment expression has no effect". Jus...
Obtain desktop dimensions while DPI scaling is enabledApparently, "the best option here (simple and backward compatible) is to use EnumDisplaySettings wit...
The origins of Big FootWe would have turned one into roadkill by now, had they existed.
How to open a file that does not exist? For writing... You could also use [code]std::ofstream f("blah", ios::binary);[/code]