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

Trade space for time
ooh I also watched that a few days ago, yeah it's interesting. I hadn't heard of the "Tree Evaluatio...

Cylic inclusion and forward declaration and template issue.
For others interested, here was my original example now split into multiple files: [b]main.cpp[/b] ...

Cylic inclusion and forward declaration and template issue.
The C++ #include system is fancy copy-paste. Anything that you can set up with multiple header files...

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...