From: "Traveler" Newsgroups: comp.lang.c++,comp.os.msdos.djgpp Subject: Re: Making C++ little easier to beginners... Date: Fri, 19 Oct 2001 04:13:33 +0300 Organization: SAUNALAHDEN asiakas Lines: 19 Message-ID: <9qnuii$kn8$1@tron.sci.fi> References: <9qmkrh$581$1 AT tron DOT sci DOT fi> <9qmlmq$lou$1 AT News DOT Dal DOT Ca> NNTP-Posting-Host: cmlvi.rdyn.saunalahti.fi Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: tron.sci.fi 1003453842 21224 195.197.136.56 (19 Oct 2001 01:10:42 GMT) X-Complaints-To: newsmaster AT saunalahti DOT fi NNTP-Posting-Date: 19 Oct 2001 01:10:42 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id f9J1F1m16004 Reply-To: djgpp AT delorie DOT com > 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. > > > All calculations done in computer, from the simplest addition to the > > most complex 3rd grade (or greater) root solving uses these operatorīs > > and their compinations inside the microprocessor. > > > Huh? What is it you're trying to say? > > "Itīs amazing how all things in computer depend on just two symbols, 1 and 0."