Message-ID: <3BD065FF.CA14D07C@sensor.com> From: Ron Natalie Organization: Sensor Systems X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.c++,comp.os.msdos.djgpp Subject: Re: Making C++ little easier to beginners... References: <9qmkrh$581$1 AT tron DOT sci DOT fi> <9qmlmq$lou$1 AT News DOT Dal DOT Ca> <9qnuii$kn8$1 AT tron DOT sci DOT fi> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 14 X-Complaints-To: abuse AT usenetserver DOT com X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly. NNTP-Posting-Date: Fri, 19 Oct 2001 13:31:47 EDT Date: Fri, 19 Oct 2001 13:42:23 -0400 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Mike Smith wrote: > > "Traveler" wrote in message > news:9qnuii$kn8$1 AT tron DOT sci DOT fi... > > There are *huge* differences between logical and bitwise > > operators. Please read a good C++ book to understand the differences. > > Please read a good Boolean algebra book to see that there really is no > difference between "logical" AND/OR and "bit" AND/OR. There is no such thing as bitwise AND/OR in boolean algebra because there is no concept of aggregating bits together.