Path: csiph.com!eeepc.pasdenom.info!news.pasdenom.info!news.dougwise.org!gegeweb.org!news.linkpendium.com!news.linkpendium.com!newsfeeds.ihug.co.nz!lust.ihug.co.nz!ihug.co.nz!not-for-mail From: Lawrence D'Oliveiro Newsgroups: comp.lang.java.programmer Subject: Re: Java vs C++ Followup-To: comp.lang.java.programmer Date: Mon, 07 Feb 2011 15:10:33 +1300 Organization: Geek Central Lines: 22 Message-ID: References: <4d4f4387$0$23755$14726298@news.sunsite.dk> <4d4f5402$0$23761$14726298@news.sunsite.dk> NNTP-Posting-Host: 118-92-86-70.dsl.dyn.ihug.co.nz Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8Bit X-Trace: lust.ihug.co.nz 1297044633 8445 118.92.86.70 (7 Feb 2011 02:10:33 GMT) X-Complaints-To: abuse@ihug.co.nz NNTP-Posting-Date: Mon, 7 Feb 2011 02:10:33 +0000 (UTC) User-Agent: KNode/4.4.7 Xref: csiph.com comp.lang.java.programmer:25911 In message <4d4f5402$0$23761$14726298@news.sunsite.dk>, Arne Vajhøj wrote: > On 06-02-2011 20:51, Lawrence D'Oliveiro wrote: > >> In message<4d4f4387$0$23755$14726298@news.sunsite.dk>, Arne Vajhøj wrote: >> >>> On 06-02-2011 18:54, Lawrence D'Oliveiro wrote: >>> >>>> Strange that Java never copied the C++ operator names "and”, “or” and >>>> “not”. >>> >>> ???? >>> >>> Java uses&&,&, ||, |, ! like C++. >> >> But not “and”, “or” and “not”. > > True. > > But since practically none uses them in C++, then ... I use them in all my C++ code.