LARA

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
sav08:language_with_dynamic_allocation [2008/04/08 20:57]
vkuncak
sav08:language_with_dynamic_allocation [2008/04/08 20:59]
vkuncak
Line 11: Line 11:
   x.f = e   x.f = e
   x = new   x = new
-In expressions we expression+In expressions we use
   x.f   x.f
 for dereferencing. for dereferencing.