X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Paul Wilkins User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: assembly code of the "strange error" - program References: <20040727070949 DOT 29244 DOT 00000306 AT mb-m19 DOT aol DOT com> <200407271306 DOT i6RD6e8o010681 AT envy DOT delorie DOT com> In-Reply-To: <200407271306.i6RD6e8o010681@envy.delorie.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Lines: 11 Message-ID: Date: Wed, 28 Jul 2004 06:28:14 +1200 NNTP-Posting-Host: 218.101.50.29 X-Complaints-To: abuse AT tsnz DOT net X-Trace: news02.tsnz.net 1090952997 218.101.50.29 (Wed, 28 Jul 2004 06:29:57 NZST) NNTP-Posting-Date: Wed, 28 Jul 2004 06:29:57 NZST Organization: TelstraClear To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com DJ Delorie wrote: >> >int U[99]; memset(U, 4, sizeof(U)); >> >memset fills the memory locations used by U with the value 4. > > No, it sets it to 0x04040404. So long as it's an int array, where is the difference? Is it in my understanding of potential implications? -- Paul Wilkins