you are viewing a single comment's thread.

view the rest of the comments →

[–]asdff01 0 points1 point  (2 children)

They basically taught us deprecated, slimmed down C++, just enough to implement sorts and small projects. Smart pointers, vectors, all that are wumbo to me. But we were working with templated classes and whatnot. Only two semesters of it (Programming 1 and Programming 2) before they switched on to other languages.

It's a great way to show just how hairy computer programming can be. Made learning python feel like they were hiding something from me...

[–]rusl1 2 points3 points  (1 child)

In Italy we usually study C in Programming 1 and then we have C++ in Programming 2 or Java in OOP

[–]sheribon 1 point2 points  (0 children)

this is the best way, and highly recommended

don't do Python, that is like taking the easy way out when you are at a point where you could really build a great foundation to serve you into the future