/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

antonym.org
| | 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.
| | hackingcpp.com
2.1 parsecs away

Travel
| | A short introduction to pointers in C++. Syntax, semantics, 'const' pointers, 'this' pointer, forward declarations and some guidelines.
| | 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
| | gbracha.blogspot.com
22.4 parsecs away

Travel
| In this post, I wanted to make a case for reflection in the context of pure functional programming. I don't know that pure functional langua...