On Tue, May 05, 2009 at 09:10:47AM +0200, Koen Deforche wrote:
> 
> I.e., what is the benefit of:
> 
> #include "MyWidget"
> MyWidget *widget = PluginManager::createNew("MyWidget");
> 
> versus
> 
> #include "MyWidget"
> MyWidget *widget = new MyWidget();
> 
> ?


Well, just a thought, but this would maybe allow better integration with
dynamic languages.



-- 
regards,
Jakob


It's is not, it isn't ain't, and it's it's, not its, if you mean it
is.  If you don't, it's its.  Then too, it's hers.  It isn't her's.  It
isn't our's either.  It's ours, and likewise yours and theirs.
                -- Oxford University Press, Edpress News


------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to