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:6829
Latest posts:

Safer way to maintain struct initializations
Thanks for the suggestions! I'll try them out. salem c, aggregate initialization might be the simple...

PNG File Reader
Ah... so it will throw an exception at the argv[1] logic before ite hits argv[2]. Clever. Not sure i...

PNG File Reader
I feel like there's sort of inside joke I'm not getting and that's not fair >:(

Safer way to maintain struct initializations
I ran into this problem a bit ago, and was wondering what future-proofing refactor people would sugg...

PNG File Reader
[i]> #include <ciso646>[/i] Note that <ciso646> was removed in C++20. But I don't think it's even ne...