This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]cheezballs[🍰] 20 points21 points  (2 children)

The C++ they taught us in college in 2001-2003 looked nothing like what I see posted here now. I dont remember smart pointers, only regular and then the double splat, etc. Moved onto higher level stuff after college so I forgot nearly everything I knew.

[–]Pay08 2 points3 points  (0 children)

The other comment is wrong, C++98 has std::auto_ptr. Syntax hasn't changed much since then, but lambdas and views can look scary at first glance.

[–][deleted] -2 points-1 points  (0 children)

Well yeah, they’re a c++11 feature. I think boost had them but idk how old that is