Thread: lvalue rvalue discussion

  1. #16
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    Well, there you have it.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  2. #17
    Registered User
    Join Date
    May 2006
    Posts
    1,579
    Thanks CornedBee,


    Question answered. Thanks for your support again!

    Quote Originally Posted by CornedBee View Post
    Well, there you have it.

    regards,
    George

  3. #18
    Registered User
    Join Date
    Jun 2005
    Posts
    6,815
    Quote Originally Posted by George2 View Post
    I do not understand what do you mean "dereferenced references", could you show some pseudo code please?

    BTW: I understand dereference and reference individually. I do not know what does it mean when you use the two term altogether. :-)
    Sorry; I was tired when I wrote that, and it slipped past my checks.

    Where I used "dereferenced references" I intended to say "references (or dereferenced pointers)"

  4. #19
    Registered User
    Join Date
    May 2006
    Posts
    1,579
    Thanks for clarifying this, question answered, grumpy!


    Quote Originally Posted by grumpy View Post
    Sorry; I was tired when I wrote that, and it slipped past my checks.

    Where I used "dereferenced references" I intended to say "references (or dereferenced pointers)"

    regards,
    George

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. lvalue vs rvalue casting
    By fallout01 in forum C Programming
    Replies: 5
    Last Post: 07-12-2008, 02:35 AM
  2. Get lvalue through rvalue
    By George2 in forum C++ Programming
    Replies: 4
    Last Post: 12-17-2007, 08:53 AM
  3. Function argument not converted to reference
    By MWAAAHAAA in forum C++ Programming
    Replies: 14
    Last Post: 10-22-2006, 03:24 AM
  4. Question on l-values.
    By Hulag in forum C++ Programming
    Replies: 6
    Last Post: 10-13-2005, 04:33 PM
  5. Why wont my function exit correctly?
    By LightsOut06 in forum C Programming
    Replies: 2
    Last Post: 10-09-2005, 09:23 PM