Click here to Skip to main content
15,891,253 members
Articles / Programming Languages / Visual C++ 10.0

Safely accessing pointers

Rate me:
Please Sign up or sign in to vote.
3.71/5 (6 votes)
27 Jan 2013CPOL2 min read 24.6K   193   13  
The topic discusses how to safely access the pointers, which are considered as bomb shells if used unsafely.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
United States United States
I have been designing and developing for more than 10 years and c++ is my passion that continue to this day. I like writing more and more generic code and simple modular code that could be easily reused.

Comments and Discussions