Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2004-09-23 20:35:22


Reece Dunn <msclrhd_at_[hidden]> writes:

> A windowing framework should abstract the windowing facilities of a
> particular platform. Here are my list of requirements for this type of
> framework:
>
> [1] Support constructor-based window creation, e.g.:
>
> frame.add( new gui::button( "Boost!" ));

Get rid of the new operator, though. IMO there's no excuse for a GUI
framework to expose users to unmanaged resources.

-- 
Dave Abrahams
Boost Consulting
http://www.boost-consulting.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk