C or C++ to learn OS/low level
Hey everyone,
So I am interested in learning about OS from a book called "Operating Systems: Three Easy Pieces", however it requires C. I want to main C++, but I've heard that the correct way to use modern C++ is to not worry about the manual memory management stuff (that C does) and use the std features. However, I want to learn those nitty gritty low level stuff before moving on to the features that abstract away from them. Would it be better to learn the low level stuff now or keep going with C++ and learn under the hood later?