CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2007
    Location
    Mars NASA Station
    Posts
    1,436

    [RESOLVED] Difference LValue and RValue

    Hello to all, What is the difference between lvalue and rvalue ?

    How this feature plays an important role in C++ standard ?

    Thanks.
    Thanks for your help.

  2. #2
    Join Date
    Mar 2009
    Location
    Granada, Spain
    Posts
    40

    Re: Difference LValue and RValue

    Take a look at this.

  3. #3
    Join Date
    Mar 2008
    Posts
    30

    Re: Difference LValue and RValue


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured