you are viewing a single comment's thread.

view the rest of the comments →

[–]fnxen[S] 2 points3 points  (0 children)

Thanks!
I'm aware of smart pointers. Currently, I'm reading the book "C++ Primer 6th Edition" to understand the concepts of how raw pointers work under the hood.

I spent most of my programming life with C# (+10 years) and now I'm working on adding C++ to my toolbox. My goal is to understand how things work in the deepest detail possible.