This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: How do I control the order of constuctors
- To: help-gcc at gnu dot org
- Subject: Re: How do I control the order of constuctors
- From: Greg Chicares <chicares at mindspring dot com>
- Date: Fri, 31 Dec 1999 11:33:56 -0500
- Newsgroups: gnu.gcc.help
- Organization: MindSpring Enterprises
- References: <84idqf$d3$1@news07.btx.dtag.de>
- Xref: wodc7nx0 gnu.gcc.help:2322
It's in the FAQ at
http://www.cerfnet.com/~mpcline/c++-faq-lite/
> Can anyone tell me how to control the order of calling class constuctors
> which occur before the main().