Templates
Bjoern
nanali at nospam-wanadoo.fr
Tue Jan 15 11:07:40 PST 2008
Lorenzo Villani schrieb:
> Hi, i have a little problem with a simple class (please note that I'm a D newbie)
>
> The folllowing is an initial implementation of a Vector class using templates, modeled after Qt's QVector. As you might notice this is a class wrapper around dynamic sized arrays.
Why reinvent the wheel ?
http://www.dsource.org/projects/indigo
/Indigo consists of containers modelled after the Qt 4.0 container
classes . (having an STL like interface too ...)/
but probabely you prefer to implement these classes by yourself :)
Bjoern
More information about the Digitalmars-d
mailing list