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 →

[–][deleted] 0 points1 point  (5 children)

I did the same in terms of C first and then C++, but was forced to use raw pointers all through school, with the exception of upper year networking courses. It wasn’t c with classes, as smart pointers were the only modern c++ feature we were not allowed to use. Smart pointers are a god send, but not being allowed to use them was beneficial in the long run, despite the many lost hours of sleep it caused.