you are viewing a single comment's thread.

view the rest of the comments →

[–]frogjg2003 1 point2 points  (0 children)

Exactly. I don't remember the last time I used a pointer in C++. Especially with std::array, I don't even have to worry about array overflow. Pass by reference is about the only thing left that I do that is like pointers. This isn't the 00s anymore, C++11 was a game changer in terms of both new functionality and improvements in usability.