Name: Anonymous 2013-10-27 22:33
Anyone else thought they should've included these in the C/C++ standard? I mean, we already have += -= >>= and all the rest...
a .= b /* a = a.b */
a ->= b /* a = a->b */