Thread: I need detail about this

  1. #1
    Registered User
    Join Date
    Oct 2007
    Posts
    54

    I need detail about this

    What is mean by proxy class in c++ can any one explain ....???

  2. #2
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    Depends on the context, but the most usual is returning something that can be assigned to. A proxy class is a small class that is returned instead of a reference, whose assignment operator executes a function.
    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

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Detail about How VPTR and Virtual table works
    By asadullah in forum C++ Programming
    Replies: 3
    Last Post: 03-10-2008, 12:42 PM
  2. get keyboard and mouse events
    By ratte in forum Linux Programming
    Replies: 10
    Last Post: 11-17-2007, 05:42 PM
  3. Compilation steps in detail?
    By hardi in forum C++ Programming
    Replies: 18
    Last Post: 12-09-2006, 12:21 PM
  4. Linked Lists in Detail
    By SlyMaelstrom in forum C++ Programming
    Replies: 1
    Last Post: 11-10-2005, 01:08 PM