Path: utzoo!dptcdc!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!agate!helios.ee.lbl.gov!ucsd!sdcsvax!ucsdhub!hp-sdd!hplabs!hpfcdc!hpldola!patch From: patch@hpldola.HP.COM (Pat Chkoreff) Newsgroups: comp.lang.c++ Subject: Re: Generating temporaries Message-ID: <11430013@hpldola.HP.COM> Date: 14 Apr 89 17:39:53 GMT References: <7.UUL1.2#261@persoft.UUCP> Organization: HP Elec. Design Div. -ColoSpgs Lines: 14 / hpldola:comp.lang.c++ / jima@hplsla.HP.COM (Jim Adcock) / 4:51 pm Apr 12, 1989 / > Hm, tiemann and bs seem to be saying they know > a good, fast, easy way to handle the > "binary operator for matrices" class of > problem. If so, I'd sure like to know what > the simple solution is, 'cuz I can't figure it out! Doug Lea (response #5) speaks from experience: C++ is object-oriented, not value-oriented. I'm sure there are lots of clever ways to make the expression syntax work, but at what price? I prefer the object-oriented syntax, if only to avoid that queasy feeling I get when I sin against my programming language :-). - Patrick Chkoreff