GeekArticles
Programming
C++XONOR pointers. eXclusive Ownership & Non Owning Reference pointers
Author: codeproject.com |
Published: 15th May 2008 |
Visited: 156 times |
Add CommentFiled in: CPlusPlusA smart pointer system for safe application development in C++
Read Article Sponsored Links
Related Articles
• jQuery Reference jQuery Reference Guide
by Jonathan Chaffer and Karl Swedberg A Comprehensive Exploration of the Popular JavaScript Library
Visit http://www.exforsys.com to read complete article
...
• C++ Pointers C++ Pointers
Concept of Pointers:
Every storage location of memory has an associated address. Address is a number that grows sequentially. For every program placed in memory, each variable or function in the program has an associated address.
Visit http://www.exforsys.com to read complete article
...
• Java Petstore 2.0 Reference Application Announcing the Java BluePrints early access Java Petstore 2.0 Reference Application and see how the Java EE 5 Platform can be used to design and develop an Ajax-enabled Web 2.0 application. It comes with full source-code available under a BSD-style license, so you can experiment with it and use it ...