caandewiel / caandewiel.github.io

Build a Jekyll blog in minutes, without touching the command line.
MIT License
0 stars 1 forks source link

blog/Smart-Pointers/ #1

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Smart Pointers in C++ – Christian aan de Wiel – C++ Developer

Smart pointers are nothing more than a simple wrapper around regular pointer types in C++, which ensure that an object is automatically deleted when it’s not being used anymore. Long story short, they are an extremely powerful tool to prevent memory leaks.

http://caandewiel.github.io/

caandewiel commented 2 years ago

Check to see if comments work 🥲

caandewiel commented 2 years ago

Test after domain switch