=====C++ Primer 5th.Note [ver.3]===== * //**Part I: The Basics**// * Chapter 2:[[cs:programming:cpp:cpp_primer:2_var_n_types|Variables and Basic Types]] * Chapter 3:[[cs:programming:cpp:cpp_primer:3_str_vec_arry|Strings, Vectors, and Arrays]] * Chapter 4:[[cs:programming:cpp:cpp_primer:4_expressions|Expressions]] * Chapter 5:[[cs:programming:cpp:cpp_primer:5_statements|Statements]] * Chapter 6:[[cs:programming:cpp:cpp_primer:6_function|Functions]] * Chapter 7:[[cs:programming:cpp:cpp_primer:7_classes|Classes]] * Chapter 8:[[cs:programming:cpp:cpp_primer:8_io|The IO Library]] * //**Part II: The C++ Library**// * Chapter 9:[[cs:programming:cpp:cpp_primer:9_containers|Sequential Containers]] * Chapter 10:[[cs:programming:cpp:cpp_primer:10_algorithms|Generic Algorithms]] * Chapter 11:[[cs:programming:cpp:cpp_primer:11_acontainers|Associative Containers]] * Chapter 12:[[cs:programming:cpp:cpp_primer:12_dy_memory|Dynamic Memory]] * //**Part III: Tools for Class Authors**// * Chapter 13:[[cs:programming:cpp:cpp_primer:13_copy_control|Copy Control]] * Chapter 14:[[cs:programming:cpp:cpp_primer:14_overloading|Overloaded Operations and Conversions]] * Chapter 15:[[cs:programming:cpp:cpp_primer:15_oop|Object-Oriented Programming]] * Chapter 16:[[cs:programming:cpp:cpp_primer:16_template|Templates and Generic Programming]] * //**Part IV: Advanced Topics **// * Chapter 17:[[cs:programming:cpp:cpp_primer:17_lib_facilites|Specialized Library Facilities]] * Chapter 18:[[cs:programming:cpp:cpp_primer:18_tools|Tools for Large Programs]] * Chapter 19:[[cs:programming:cpp:cpp_primer:19_special_techs|Specialized Tools and Techniques]] * //**Question Answers **// * [[cs:programming:cpp:cpp_primer:answers:start|Answers]] =====Useful Links===== * [[http://ptgmedia.pearsoncmg.com/images/9780201721485/Errata/Lippman_0201721481_Errata.html|C++ Primer Errata]] * [[https://github.com/pezy/CppPrimer|Pezy's solution repo]] * [[https://docs.microsoft.com/en-us/cpp/?view=msvc-170|Microsoft C++, C, and Assembler documentation]] * [[https://en.cppreference.com/w/|Cpp References]] * [[https://www.dignitymemorial.com/obituaries/bellevue-wa/stan-lippman-10887984|R.I.P Stanley]]