Explore >> Select a destination


You are here

antonym.org
| | hashblog.thepolyglotprogrammer.com
2.7 parsecs away

Travel
| | On this post I intend to walk down memory lane a bit to understand what exactly are Smart Pointers? Where do they come from? And of course, how do they work
| | www.playembedded.org
3.9 parsecs away

Travel
| | Pointers can be a daunting concept for those new to the C programming language, but they are a very powerful tool that can greatly improve the efficiency of your code. In this article, we will demystify pointers and explain how they work, why they
| | www.cppstories.com
2.0 parsecs away

Travel
| | While learning how to use the new C++ Standard, I encountered several intriguing cases with smart pointers. Casting? Array handling? Passing to functions? Let's review some common concerns so that we don't shoot yourself in the foot :) I created this post back in 2013, and I updated it in 2014 and recently in 2021.
| | denniskubes.com
25.2 parsecs away

Travel
|