Re: returning lvalue in C vs C++
- From: pete <pfiland@xxxxxxxxxxxxxx>
- Date: Fri, 31 Mar 2006 12:48:37 GMT
Alf P. Steinbach wrote:
An lvalue is an expression that, roughly, can occur on the left hand
side of an assignment, as opposed to an rvalue, which is limited to
right hand side. In C++ the picture is more complicated, because you
can have 'const' lvalues, which you can't assign to.
C is the same in terms of const lvalues.
--
pete
.
- References:
- returning lvalue in C vs C++
- From: Ben C
- Re: returning lvalue in C vs C++
- From: Phlip
- Re: returning lvalue in C vs C++
- From: Ben C
- Re: returning lvalue in C vs C++
- From: Ben C
- Re: returning lvalue in C vs C++
- From: Kai-Uwe Bux
- Re: returning lvalue in C vs C++
- From: Alf P. Steinbach
- Re: returning lvalue in C vs C++
- From: Ben C
- Re: returning lvalue in C vs C++
- From: Alf P. Steinbach
- Re: returning lvalue in C vs C++
- From: Ben C
- Re: returning lvalue in C vs C++
- From: Alf P. Steinbach
- returning lvalue in C vs C++
- Prev by Date: Re: returning lvalue in C vs C++
- Next by Date: Re: Card dealing and random repetition
- Previous by thread: Re: returning lvalue in C vs C++
- Next by thread: Re: returning lvalue in C vs C++
- Index(es):