Do you need to read everything in C++ Primer?

I am reading C++ primer and it is a great book but it seems like some of it is only necessary in particular situations(decltype(), for example). Do I need to read every section or can I skim some parts?
Last edited on
decltype is pretty common in modern code.. At least become familiar with every section.
Topic archived. No new replies allowed.