Date: Mon, 7 Dec 1998 08:25:27 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: DE Stewart cc: djgpp AT delorie DOT com Subject: Re: ? strange problem In-Reply-To: <366B3A58.3376@sparc.isl.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Sun, 6 Dec 1998, DE Stewart wrote: > The variable just will not retain its value. In my programs, this > usually involves having an object be created (originally a pointer), and > then passing it to a function immediately after and most of the time > the variable doesn't equal the value. It would be much easier to help you if you posted some sample code to further explain the problem. There's a myriad of ways to screw your variables, and listing them all here would hardly help, even if I had the time ;-).