From: GAMMELJL AT SLU DOT EDU Date: Mon, 27 Sep 1999 09:48:34 -0500 (CDT) Subject: Re: problem with new malloc.c attn: Michael Bukin & Eli Zaretskii To: djgpp AT delorie DOT com Message-id: <01JGGKZ1SF0M8WW43D@SLU.EDU> Organization: SAINT LOUIS UNIVERSITY St. Louis, MO X-VMS-To: IN%"djgpp AT delorie DOT com" MIME-version: 1.0 Reply-To: djgpp AT delorie DOT com When I try adding the line zvector &operator= (zvector &); to my definition of class zvector I get error messages which I am unable to use due to lack of knowledge. Rather than dealing with the intracacies of overloading the assignment operator, I can overload the operator < and use it as an assignment operator. I add the overload void operator<(zvector w8,zvector w9) {int zi; for (zi=1;zi