This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: String class + Documentation Questions
- To: Joe Buck <jbuck at synopsys dot com>
- Subject: Re: String class + Documentation Questions
- From: nbecker at fred dot net
- Date: 21 Aug 1998 10:29:23 -0400
- Cc: tv at pobox dot com (Todd Vierling), johnr at euler dot mcdata dot com, egcs at cygnus dot com
- References: <199808211111.EAA13144@atrus.synopsys.com>
What I'd like to see is a complex class that's more useful for
numerical processing:
1) No default constructor (avoid wasting time initializing arrays)
2) Direct public access to .re and .im to ease porting of legacy code.