From: Leon AT caresystems DOT com DOT au To: djgpp AT delorie DOT com Date: Wed, 5 Jul 2000 16:57:07 +1000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: [ot] - some basic stuff Message-ID: <396368E3.14602.6A4366@localhost> In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 5 Jul 2000, at 6:10, smile773 wrote: > bitwise OR of x and y x|y > Exclusive OR x and y x^y yeah but what is the difference? if i use | symbol does that mean if either bit is 1 then the result bit is 1 but then what does the exclusive ^ thing does?