limbo's ":=" works like that ... i := 0; # declares i as in an int and assigns 0 to it r := ref Boo; # declares r to be scarey
brucee On 4/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > the c++0x page kills me. their trick is as old and specialized as > > A = πr > > sure their example looks slick, but there's a lot of sophistication lurking > in that simple-looking factor, π, or in their case, auto. and it would be > too trivial > to find another example that wouldn't look so simple. > > - erik > > On Mon Apr 10 20:31:36 CDT 2006, [EMAIL PROTECTED] wrote: > > > > >There's apparently very good money in knowing these little > > >esoteric bits about C++ though :). > > > > For a depressingly typical example the following site is enlightening: > > http://www.gotw.ca/gotw/ > > > > The good news is that things are going to get a whole lot more complicated, > > because, obviously, the way to make C++ easier to use is to add more > > features: > > http://www.artima.com/cppsource/cpp0xP.html > > > > Are there any plans to add a -Wtpop switch to the Plan 9 compilers? > > >
