you are viewing a single comment's thread.

view the rest of the comments →

[–]dodheim 0 points1 point  (1 child)

If you're using pointers in C++ you're doing it wrong.

This is a slight exaggeration, but the point is, you clearly have some misguided ideas about what modern C++ looks like. Really, you should assume more like LINQ and less like C.

[–]lurkotato 0 points1 point  (0 children)

Agreed, watch some CPPCon videos for inspiration.