So I'm following through a C++ programming course that teaches modern features and using standard library objects such as std::vector, std::map, std::shared_ptr, etc.
Asking people who code in C++ for a living, how important is it to use modern C++ features ? Do you also make use of raw C pointers for more control over stack and heap memory ?