keenguy
7/6/2017 - 5:50 AM

Personal reading list (books, manuals, blogs, etc.)

Personal reading list (books, manuals, blogs, etc.)

This list keeps track of my reading materials including books, manuals, blogs, etc. The information may includes but is not limited to:

  • book name, edition, author
  • online link to the content or book store such as amazon
  • my personal progress on reading and whether I have bought it
  • my review

C++

  • The C++ programming language (4th edition, by Bjarne Stroustrup)
  • Inside the C++ Object Model (by Stanley B. Lippman )
    It's outdated (published in 1996). But it's worth reading since the core of its content doesn't change much. I also haven't found a replacement.
  • C++ primer (5th, by stanley B. Lippman etc.)
  • Effective C++ (3rd, by Scott Meyeers)
  • C++ Gems: Programming Pearls from The C++ Report amazon link
  • Google C++ styles guide

Operating System

  • Operating system concepts
  • Modern operating systems