|
You are here |
antonym.org | ||
| | | | |
www.cppstories.com
|
|
| | | | | 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
|
|
| | | | | A short introduction to pointers in C++. Syntax, semantics, 'const' pointers, 'this' pointer, forward declarations and some guidelines. | |
| | | | |
hashblog.thepolyglotprogrammer.com
|
|
| | | | | 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
|
|
| | | 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... | ||