== Quote from Denis Koroskin ([email protected])'s article > On Fri, 24 Dec 2010 01:28:49 +0300, %u <[email protected]> wrote: > > Should have been this: > > > > void func(type t){ > > new t(); > > } > > > > > Try this (not tested): > class Test {} > Object o = Object.factory("Test");
Thanks, Hiding in Object.. interesting :) Making the type a string, does this make using small class names more efficient?
