C++ will be around for at least the next 50 to 100 years. It has the speed of C along with the expressiveness, encapsulation and flexibility of higher-level languages.
Basically, you can do bare metal OS and device driver work in C++ AND safely/consistently manipulate strings and complex data structures too. It's really the best of both worlds.
Basically, you can do bare metal OS and device driver work in C++ AND safely/consistently manipulate strings and complex data structures too. It's really the best of both worlds.