Topic: Arrays/matrix (Was: Where next for Standard C++?)
Author: Valentin Bonnard <bonnardv@pratique.fr>
Date: 1997/10/24 Raw View
Theodore Papadopoulo wrote:
> More generally speaking, I would like to see a much better
> handling of arrays in C++ (why can't I initialize an member
> which is an array in the initializer list).
Avoid build-in arrays. They have many many flaws. Use vectors.
> General mathematical matrices and vectors and vectors would be
> great too !!! But this is not stricly speaking a langage issue.
That's strictly speaking an (interresting) library issue.
--
Valentin Bonnard mailto:bonnardv@pratique.fr
info about C++/a propos du C++: http://www.pratique.fr/~bonnardv/
---
[ comp.std.c++ is moderated. To submit articles: try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ FAQ: http://reality.sgi.com/employees/austern_mti/std-c++/faq.html ]
[ Policy: http://reality.sgi.com/employees/austern_mti/std-c++/policy.html ]
[ Comments? mailto:std-c++-request@ncar.ucar.edu ]