What is good book for industry level C++ programming?
I am not looking for a beginners C++ book that talks about datatypes and control structures. I am looking for a more advanced book. For example, how to build system applications using C++.
Any kind of guidance will be very helpful.
What is good book for industry level C++ programming? I am not looking for
Share
Modern C++ Design by Andrei Alexandrescu is probably the most advanced C++ book out there. It’s more about very advanced design patterns rather than building software.