By Unknown Sabtu, 24 Juli 2010 factory Function Pointers good code insane ideas Optimization parameters types Simplifying bootstrapping for virtual constructors Last week I demonstrated a solution to the virtual constructor problem. My solution avoids many issues with the factory function solution. ...
By Unknown Selasa, 20 Juli 2010 bad code binary factory Function Pointers good code insane ideas Optimization pure failure types Time to shutdown the factory for code violations There's a common problem in software development regarding how to create an object's type dynamically in C++ and similar languages. ...