C++圖書推薦

原文鏈接:The Definitive C++ Book Guide and List

參考手冊——適合所有人

  • C++程序設計語言(The C++ Programming Language)
  • C++標準程序庫:自修教程與參考手冊(C++ Standard Library Tutorial and Reference)
  • 標準C++輸入輸出流與本地化(The C++ IO Streams and Locales)

      C++11參考手冊

  • 標準C++(The C++ Standard (INCITS/ISO/IEC 14882-2011))
  • 新C++11/14標準概述(Overview of the New C++ (C++11/14))

初級

      入門級

  • C++ Primer
  • Accelerated C++
  • Thinking in C++

      最佳實踐

  • Effective C++
  • Effective STL

中級

  • More Effective C++
  • Exceptional C++
  • More Exceptional C++
  • Exceptional C++ Style
  • C++ Coding Standards
  • C++ Templates: Complete Guide

高級

  • Modern C++ Design
  • C++ Template Metaprogramming
  • C++ Concurrency In Action
  • Advanced C++ metaprogramming

經典

  • The Design and Evolution of C++
  • Ruminations on C++
  • Large Scale C++ Software Design
  • Inside the C++ Object Model


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章