Trade space for timeooh 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 initializationsThanks for the suggestions! I'll try them out. salem c, aggregate initialization might be the simple...
PNG File ReaderAh... so it will throw an exception at the argv[1] logic before ite hits argv[2]. Clever. Not sure i...