Tag : C++
-
Using Tables to Improve Code Layout April 29th 2007 Problem Solving C++ Coding Style Code layout is a surprisingly subtle problem. Or, maybe not so surprising if we remember that typesetting is its own profession, with hundreds of years ...
-
x86 Assembly is My Scripting Language! May 4th 2007 Silly C++ Lots of people talk about the advantages of using supposedly "high level" languages for scripting. Languages like Python and Ruby supposedly handle all the icky ...
-
Factory Methods October 12th 2008 C++ Coding Style Engineering Java Ah, object creation. Why must you be so problematic? Is it the way you inject dependencies on global classes into the most innocent of code? ...
