This is a discussion on Smart Pointer within the C and C++ Programming forums, part of the Software Development category; Hi, What is Smart Pointer? Eaplain any one for the above Questions. Thanks, Sundar Raja...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| hi, Smart pointers are objects that look and feel like pointers, but are smarter. smart pointers need to have the same interface that pointers do: they need to support pointer operations like dereferencing (operator *) and indirection (operator ->). An object that looks and feels like something else is called a proxy object statement q = p, where p and q are smart pointers 1.Automatic cleanup 2.Automatic initialization 3.Dangling pointers 4.Create a new copy 5.Reference counting 6.Reference linking 7.Copy on write |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How smart are you? | Sabari | The Lounge | 12 | 06-05-2008 02:19 AM |
| pointer concept in C | vigneshgets | C and C++ Programming | 1 | 08-14-2007 01:03 AM |
| Vector Smart Object | pesc | Web Design Help | 4 | 07-19-2007 07:25 AM |
| Smart Object? | PixelNameVj | Web Design Help | 3 | 07-17-2007 04:25 AM |
| Why pointer can't use in Java | vadivelanvaidyanathan | Java Programming | 4 | 07-16-2007 11:23 PM |