This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: complex array types


On Wed, 8 Oct 2003, Joe Buck wrote:

> On Wed, Oct 08, 2003 at 05:31:09PM +0000, Angus March VE2UFP wrote:
> > I've looked through all documentation I can find, but found nothing
> > about how to make complex array types. Is it possible in STL?
> > If not, where? I'd think this is a common problem, but I 
> > haven't been able to find anyone who's had it.
> > 	Of course, by "complex" I don't mean of the complex
> > number set, with the i (or j) operator, but types like 
> > classes with constructors.
> 
> This would seem to be a general C++ programming question, not appropriate
> for this list (since this list is about the development and testing of
> the standard C++ library implementation for GCC).
> 
> Try comp.lang.c++.moderated .
> 

I see. The documentation I read thought otherwise. Thanks.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]