The Wayback Machine - https://web.archive.org/web/20150315025231/http://www.codeguru.com/cpp/frameworks/

Latest Frameworks Articles

Improve Microsoft Visual C++ Application Security and Robustness with SafeInt

In this age of cloud computing, massive parallel systems and complex security threats like identity theft and decentralized botnets, devoting resources to combat the seemingly age-old issue of integer overflow appears distinctly passC). Despite the fact that integer overflow is such a well know problem, particularly within C and C++ programming, the problem remains a real issue from both a defect and security standpoint, that's why the introduction of the SafeInt template class in Visual C++ 2010 to address overflows is a great addition.

The Smart Pointer That Makes Your C++ Applications Safer - std::unique_ptr

Using shared_ptr instead of raw pointers helps you avoid the common pitfalls associated with raw pointers but in some cases, its performance isn't satisfactory. Unique_ptr is a new C++0x smart pointer that is compact, fast and fully compatible with the standard library. Find out how to use unique_ptr to make your code safer without sacrificing performance.

Latest Developer Videos

More...

Latest CodeGuru Developer Columns

Top White Papers and Webcasts

  • Genesys has been able to apply the best of all strategic approaches in moving to the cloud. It has acquired assets to bypass the long R&D; process required to build from scratch, yet skillfully planned a phased integration to provide customers with functionality they need quickly. It also has followed an aggressive development plan to deliver multiple releases per quarter to continue to enrich its cloud offerings for customers. For these reasons, Frost & Sullivan is pleased to present Genesys with the 2014 …

  • As virtualization becomes the norm throughout organizations of nearly all sizes, and as more organizations look to private cloud solutions, IT decision makers are increasingly in need of ways to keep storage costs and complexity under control in the face of often-runaway virtual machine (VM) sprawl. Application-aware storage is designed to help achieve these important goals. Read this white paper to learn how application-aware storage allows you to gain VM-level visibility into application performance and …

Most Popular Programming Stories

More for Developers

RSS Feeds

Thanks for your registration, follow us on our social networks to keep up-to-date