j
k
j a
j l
On Wednesday, April 30, 2003, at 09:29 AM, Darin Adler wrote:
The fact that sp2 is constant means you can't do this: *sp2 = 7;
The fact that sp2 is constant means you can't do this:
*sp2 = 7;
Oops, make that: The fact that sp2 points to a constant reference means you can't do this: *sp2 = 7; -- Darin
Back to the thread
Back to the list