== Quote from Denis Koroskin (2kor...@gmail.com)'s article > On Fri, 24 Dec 2010 01:28:49 +0300, %u <e...@ee.com> 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?