User profile: Ganado

User info
User name:Ganado
Bio:0, 0, 1, 0, 0, 1, 2, 2, 3, 2, 2, 1, 0, 0, 1, 0, ...
Statistical data
Occupation:Programmer
Skills:C++
C#
Python
C#/.NET
History
Joined:
Number of posts:6746
Latest posts:

The origins of Big Foot
A 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 compiling
Are you allowed to modify the code? As the error says, "for increment expression has no effect". Jus...

Obtain desktop dimensions while DPI scaling is enabled
Apparently, "the best option here (simple and backward compatible) is to use EnumDisplaySettings wit...

The origins of Big Foot
We 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]