網路城邦
上一篇 回創作列表 下一篇   字體:
[轉錄] lvalue
2006/07/20 14:30:28瀏覽625|回應0|推薦1
lvalue

An lvalue is an object locator: an expression that designates an
object. An example of an lvalue expression is *P, where P is any
expression evaluating to a non-null pointer. A modifiable lvalue
is an identifier or expression that relates to an object that can
be accessed and legally changed in memory. A const pointer to a
constant, for example, is not a modifiable lvalue. A pointer to
a constant can be changed (but its dereferenced value cannot).

An lvalue is an object locator: an expression that designates an
object. An example of an lvalue expression is *P, where P is any
expression evaluating to a non-null pointer. A modifiable lvalue
is an identifier or expression that relates to an object that can
be accessed and legally changed in memory. A const pointer to a
constant, for example, is not a modifiable lvalue. A pointer to a
constant can be changed (but its dereferenced value cannot).




Sincerely C.S.Julius
Think Do, I Will

富翔資訊管理顧問有限公司
( 知識學習語言 )
回應 推薦文章 列印 加入我的文摘
上一篇 回創作列表 下一篇

引用
引用網址:https://classic-blog.udn.com/article/trackback.jsp?uid=csjulius&aid=361033