├── 01.Introduction.pdf ├── 02.Preparation.pdf ├── 03.Basic_Concepts_I.pdf ├── 04.Basic_Concepts_II.pdf ├── 05.Basic_Concepts_III.pdf ├── 06.Basic_Concepts_IV.pdf ├── 07.Basic_Concepts_V.pdf ├── 08.Object_Oriented_I.pdf ├── 09.Object_Oriented_II.pdf ├── 10.Templates_I.pdf ├── 11.Templates_II.pdf ├── 12.Translation_Units_I.pdf ├── 13.Translation_Units_II.pdf ├── 14.Code_Convention_I.pdf ├── 15.Code_Convention_II.pdf ├── 16.Debugging.pdf ├── 17.Ecosystem.pdf ├── 18.Utilities.pdf ├── 19.Iterators_Containers_Alg.pdf ├── 20.Advanced_Topics_I.pdf ├── 21.Advanced_Topics_II.pdf ├── 22.Optimization_I.pdf ├── 23.Optimization_II.pdf ├── 24.Optimization_III.pdf ├── 25.Software_Design_I.pdf ├── 26.Software_Design_II.pdf ├── README.md ├── htmls ├── 01.Introduction.html ├── 02.Preparation.html ├── 03.Basic_Concepts_I.html ├── 04.Basic_Concepts_II.html ├── 05.Basic_Concepts_III.html ├── 06.Basic_Concepts_IV.html ├── 07.Basic_Concepts_V.html ├── 08.Object_Oriented_I.html ├── 09.Object_Oriented_II.html ├── 10.Templates_I.html ├── 11.Templates_II.html ├── 12.Translation_Units_I.html ├── 13.Translation_Units_II.html ├── 14.Code_Convention_I.html ├── 15.Code_Convention_II.html ├── 16.Debugging.html ├── 17.Ecosystem.html ├── 18.Utilities.html ├── 19.Iterators_Containers_Alg.html ├── 20.Advanced_Topics_I.html ├── 21.Advanced_Topics_II.html ├── 22.Optimization_I.html ├── 23.Optimization_II.html ├── 24.Optimization_III.html ├── 25.Software_Design_I.html ├── 26.Software_Design_II.html └── modern-cpp.html ├── modern-cpp.pdf └── other └── cpp_logo.png /01.Introduction.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/01.Introduction.pdf -------------------------------------------------------------------------------- /02.Preparation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/02.Preparation.pdf -------------------------------------------------------------------------------- /03.Basic_Concepts_I.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/03.Basic_Concepts_I.pdf -------------------------------------------------------------------------------- /04.Basic_Concepts_II.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/04.Basic_Concepts_II.pdf -------------------------------------------------------------------------------- /05.Basic_Concepts_III.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/05.Basic_Concepts_III.pdf -------------------------------------------------------------------------------- /06.Basic_Concepts_IV.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/06.Basic_Concepts_IV.pdf -------------------------------------------------------------------------------- /07.Basic_Concepts_V.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/07.Basic_Concepts_V.pdf -------------------------------------------------------------------------------- /08.Object_Oriented_I.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/08.Object_Oriented_I.pdf -------------------------------------------------------------------------------- /09.Object_Oriented_II.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/09.Object_Oriented_II.pdf -------------------------------------------------------------------------------- /10.Templates_I.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/10.Templates_I.pdf -------------------------------------------------------------------------------- /11.Templates_II.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/11.Templates_II.pdf -------------------------------------------------------------------------------- /12.Translation_Units_I.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/12.Translation_Units_I.pdf -------------------------------------------------------------------------------- /13.Translation_Units_II.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/13.Translation_Units_II.pdf -------------------------------------------------------------------------------- /14.Code_Convention_I.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/14.Code_Convention_I.pdf -------------------------------------------------------------------------------- /15.Code_Convention_II.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/15.Code_Convention_II.pdf -------------------------------------------------------------------------------- /16.Debugging.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/16.Debugging.pdf -------------------------------------------------------------------------------- /17.Ecosystem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/17.Ecosystem.pdf -------------------------------------------------------------------------------- /18.Utilities.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/18.Utilities.pdf -------------------------------------------------------------------------------- /19.Iterators_Containers_Alg.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/19.Iterators_Containers_Alg.pdf -------------------------------------------------------------------------------- /20.Advanced_Topics_I.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/20.Advanced_Topics_I.pdf -------------------------------------------------------------------------------- /21.Advanced_Topics_II.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/21.Advanced_Topics_II.pdf -------------------------------------------------------------------------------- /22.Optimization_I.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/22.Optimization_I.pdf -------------------------------------------------------------------------------- /23.Optimization_II.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/23.Optimization_II.pdf -------------------------------------------------------------------------------- /24.Optimization_III.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/24.Optimization_III.pdf -------------------------------------------------------------------------------- /25.Software_Design_I.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/25.Software_Design_I.pdf -------------------------------------------------------------------------------- /26.Software_Design_II.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/26.Software_Design_II.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/README.md -------------------------------------------------------------------------------- /htmls/01.Introduction.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/htmls/01.Introduction.html -------------------------------------------------------------------------------- /htmls/02.Preparation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/htmls/02.Preparation.html -------------------------------------------------------------------------------- /htmls/03.Basic_Concepts_I.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/htmls/03.Basic_Concepts_I.html -------------------------------------------------------------------------------- /htmls/04.Basic_Concepts_II.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/htmls/04.Basic_Concepts_II.html -------------------------------------------------------------------------------- /htmls/05.Basic_Concepts_III.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/htmls/05.Basic_Concepts_III.html -------------------------------------------------------------------------------- /htmls/06.Basic_Concepts_IV.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/htmls/06.Basic_Concepts_IV.html -------------------------------------------------------------------------------- /htmls/07.Basic_Concepts_V.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/htmls/07.Basic_Concepts_V.html -------------------------------------------------------------------------------- /htmls/08.Object_Oriented_I.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/htmls/08.Object_Oriented_I.html -------------------------------------------------------------------------------- /htmls/09.Object_Oriented_II.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/htmls/09.Object_Oriented_II.html -------------------------------------------------------------------------------- /htmls/10.Templates_I.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/htmls/10.Templates_I.html -------------------------------------------------------------------------------- /htmls/11.Templates_II.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/htmls/11.Templates_II.html -------------------------------------------------------------------------------- /htmls/12.Translation_Units_I.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/htmls/12.Translation_Units_I.html -------------------------------------------------------------------------------- /htmls/13.Translation_Units_II.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/htmls/13.Translation_Units_II.html -------------------------------------------------------------------------------- /htmls/14.Code_Convention_I.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/htmls/14.Code_Convention_I.html -------------------------------------------------------------------------------- /htmls/15.Code_Convention_II.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/htmls/15.Code_Convention_II.html -------------------------------------------------------------------------------- /htmls/16.Debugging.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/htmls/16.Debugging.html -------------------------------------------------------------------------------- /htmls/17.Ecosystem.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/htmls/17.Ecosystem.html -------------------------------------------------------------------------------- /htmls/18.Utilities.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/htmls/18.Utilities.html -------------------------------------------------------------------------------- /htmls/19.Iterators_Containers_Alg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/htmls/19.Iterators_Containers_Alg.html -------------------------------------------------------------------------------- /htmls/20.Advanced_Topics_I.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/htmls/20.Advanced_Topics_I.html -------------------------------------------------------------------------------- /htmls/21.Advanced_Topics_II.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/htmls/21.Advanced_Topics_II.html -------------------------------------------------------------------------------- /htmls/22.Optimization_I.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/htmls/22.Optimization_I.html -------------------------------------------------------------------------------- /htmls/23.Optimization_II.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/htmls/23.Optimization_II.html -------------------------------------------------------------------------------- /htmls/24.Optimization_III.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/htmls/24.Optimization_III.html -------------------------------------------------------------------------------- /htmls/25.Software_Design_I.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/htmls/25.Software_Design_I.html -------------------------------------------------------------------------------- /htmls/26.Software_Design_II.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/htmls/26.Software_Design_II.html -------------------------------------------------------------------------------- /htmls/modern-cpp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/htmls/modern-cpp.html -------------------------------------------------------------------------------- /modern-cpp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/modern-cpp.pdf -------------------------------------------------------------------------------- /other/cpp_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/federico-busato/Modern-CPP-Programming/HEAD/other/cpp_logo.png --------------------------------------------------------------------------------