├── .gitattributes ├── 9781484260463.jpg ├── Chapter_04.1 └── source.cpp ├── Chapter_04.2 └── source.cpp ├── Chapter_04 └── source.cpp ├── Chapter_05.1.1 └── source.cpp ├── Chapter_05.1.2 └── source.cpp ├── Chapter_05.1.3 └── source.cpp ├── Chapter_05.1.4 └── source.cpp ├── Chapter_05.2 └── source.cpp ├── Chapter_05.3 └── source.cpp ├── Chapter_06_Exercises ├── Exercise_06.1 │ └── source.cpp ├── Exercise_06.2 │ └── source.cpp ├── Exercise_06.3 │ └── source.cpp └── Exercise_06.4 │ └── source.cpp ├── Chapter_07.1 └── source.cpp ├── Chapter_07.2 └── source.cpp ├── Chapter_07.3 └── source.cpp ├── Chapter_07.4 └── source.cpp ├── Chapter_08 └── source.cpp ├── Chapter_09_Exercises ├── Exercise_09.1 │ └── source.cpp ├── Exercise_09.2 │ └── source.cpp ├── Exercise_09.3 │ └── source.cpp ├── Exercise_09.4 │ └── source.cpp ├── Exercise_09.5 │ └── source.cpp └── Exercise_09.6 │ └── source.cpp ├── Chapter_10 └── source.cpp ├── Chapter_11 └── source.cpp ├── Chapter_12 └── source.cpp ├── Chapter_13.1 └── source.cpp ├── Chapter_13.2 └── source.cpp ├── Chapter_13.3 └── source.cpp ├── Chapter_13.4 └── source.cpp ├── Chapter_13.5 └── source.cpp ├── Chapter_13.6 └── source.cpp ├── Chapter_13.7 └── source.cpp ├── Chapter_13.8 └── source.cpp ├── Chapter_14 └── source.cpp ├── Chapter_15_Exercises ├── Exercise_15.1 │ └── source.cpp ├── Exercise_15.2 │ └── source.cpp ├── Exercise_15.3 │ └── source.cpp ├── Exercise_15.4 │ └── source.cpp ├── Exercise_15.5 │ └── source.cpp ├── Exercise_15.6 │ └── source.cpp ├── Exercise_15.7 │ └── source.cpp ├── Exercise_15.8 │ └── source.cpp └── Exercise_15.9 │ └── source.cpp ├── Chapter_16.1.1 ├── source.cpp ├── source2.cpp └── source3.cpp ├── Chapter_16.1.2 └── source.cpp ├── Chapter_16.1.3.1 ├── source.cpp ├── source2.cpp ├── source3.cpp ├── source4.cpp └── source5.cpp ├── Chapter_16.1.3 ├── source.cpp ├── source2.cpp └── source3.cpp ├── Chapter_16.1.4 └── source.cpp ├── Chapter_16.2.1 ├── source.cpp └── source2.cpp ├── Chapter_16.2.2 └── source.cpp ├── Chapter_16.2.3 └── source.cpp ├── Chapter_17 ├── readme.txt ├── source.cpp ├── source2.cpp ├── source3.cpp ├── source4.cpp ├── source5.cpp └── source6.cpp ├── Chapter_18_Exercises ├── Exercise_18.1 │ └── source.cpp ├── Exercise_18.2 │ └── source.cpp ├── Exercise_18.3 │ └── source.cpp ├── Exercise_18.4 │ └── source.cpp ├── Exercise_18.5 │ └── source.cpp └── Exercise_18.6 │ └── source.cpp ├── Chapter_19.2 ├── source.cpp ├── source2.cpp ├── source3.cpp └── source4.cpp ├── Chapter_19.3 ├── source.cpp ├── source2.cpp ├── source3.cpp ├── source4.cpp ├── source5.cpp └── source6.cpp ├── Chapter_19.4 ├── source.cpp ├── source2.cpp └── source3.cpp ├── Chapter_19.5.1 └── source.cpp ├── Chapter_19.5.2 └── source.cpp ├── Chapter_19.5.3 ├── source.cpp └── source2.cpp ├── Chapter_19.6 └── source.cpp ├── Chapter_20_Exercises ├── Exercise_20.1 │ └── source.cpp ├── Exercise_20.2 │ └── source.cpp ├── Exercise_20.3 │ └── source.cpp ├── Exercise_20.4 │ └── source.cpp └── Exercise_20.5 │ └── source.cpp ├── Chapter_21.2 └── source.cpp ├── Chapter_21.7 ├── source.cpp └── source2.cpp ├── Chapter_22_Exercises ├── Exercise_22.1 │ └── source.cpp ├── Exercise_22.2 │ └── source.cpp └── Exercise_22.3 │ └── source.cpp ├── Chapter_23.3 └── source.cpp ├── Chapter_23.4.1 ├── source.cpp ├── source2.cpp └── source3.cpp ├── Chapter_23.4.2 └── source.cpp ├── Chapter_23.4.3 ├── source.cpp └── source2.cpp ├── Chapter_23.4.5 ├── source.cpp └── source2.cpp ├── Chapter_23.4.6 └── source.cpp ├── Chapter_23.5 ├── source.cpp ├── source2.cpp ├── source3.cpp └── source4.cpp ├── Chapter_23.6 ├── source.cpp └── source2.cpp ├── Chapter_23 └── source.cpp ├── Chapter_24_Exercises ├── Exercise_24.1 │ └── source.cpp ├── Exercise_24.10 │ └── source.cpp ├── Exercise_24.2 │ └── source.cpp ├── Exercise_24.3 │ └── source.cpp ├── Exercise_24.4 │ └── source.cpp ├── Exercise_24.5 │ └── source.cpp ├── Exercise_24.6 │ └── source.cpp ├── Exercise_24.7 │ └── source.cpp ├── Exercise_24.8 │ └── source.cpp └── Exercise_24.9 │ └── source.cpp ├── Chapter_25.1 ├── source.cpp ├── source2.cpp ├── source3.cpp └── source4.cpp ├── Chapter_25.2 ├── source.cpp ├── source2.cpp └── source3.cpp ├── Chapter_26_Exercises └── Exercise_26.1 │ └── source.cpp ├── Chapter_27 ├── source.cpp ├── source2.cpp └── source3.cpp ├── Chapter_28 ├── source.cpp ├── source2.cpp ├── source3.cpp ├── source4.cpp ├── source5.cpp └── source6.cpp ├── Chapter_29 ├── source.cpp └── source2.cpp ├── Chapter_30_Exercises ├── Exercise_30.1 │ └── source.cpp ├── Exercise_30.2 │ └── source.cpp ├── Exercise_30.3 │ └── source.cpp ├── Exercise_30.4 │ └── source.cpp ├── Exercise_30.5 │ └── source.cpp ├── Exercise_30.6 │ └── source.cpp └── Exercise_30.7 │ └── source.cpp ├── Chapter_31.2 └── myheader.h ├── Chapter_31.3 ├── source.cpp ├── source2.cpp ├── source3.cpp └── source4.cpp ├── Chapter_32_Exercises ├── Exercise_32.1 │ ├── myheader.h │ └── source.cpp ├── Exercise_32.2 │ ├── mylibrary.cpp │ ├── mylibrary.h │ └── source.cpp ├── Exercise_32.3 │ └── source.cpp └── Exercise_32.4 │ └── source.cpp ├── Chapter_33.1 ├── source.cpp ├── source2.cpp ├── source3.cpp ├── source4.cpp ├── source5.cpp ├── source6.cpp ├── source7.cpp ├── source8.cpp └── source9.cpp ├── Chapter_33.2 ├── source.cpp ├── source2.cpp └── source3.cpp ├── Chapter_34 ├── source.cpp ├── source2.cpp ├── source3.cpp ├── source4.cpp └── source5.cpp ├── Chapter_35.1 ├── source.cpp ├── source2.cpp ├── source3.cpp └── source4.cpp ├── Chapter_35.2 └── source.cpp ├── Chapter_36_Exercises ├── Exercise_36.1 │ └── source.cpp ├── Exercise_36.2 │ └── source.cpp ├── Exercise_36.3 │ └── source.cpp ├── Exercise_36.4 │ └── source.cpp ├── Exercise_36.5 │ └── source.cpp ├── Exercise_36.6 │ └── source.cpp ├── Exercise_36.7 │ └── source.cpp └── Exercise_36.8 │ └── source.cpp ├── Chapter_37.1.1 ├── source.cpp ├── source2.cpp ├── source3.cpp ├── source4.cpp ├── source5.cpp ├── source6.cpp └── source7.cpp ├── Chapter_37.1.2 ├── source.cpp ├── source2.cpp ├── source3.cpp ├── source4.cpp ├── source5.cpp ├── source6.cpp ├── source7.cpp └── source8.cpp ├── Chapter_38.1.1 ├── source.cpp ├── source2.cpp ├── source3.cpp └── source4.cpp ├── Chapter_38.1.2 └── source.cpp ├── Chapter_38.1.3 ├── source.cpp └── source2.cpp ├── Chapter_38.1.4 ├── source.cpp ├── source2.cpp ├── source3.cpp ├── source4.cpp └── source5.cpp ├── Chapter_38.1.5 ├── source.cpp └── source2.cpp ├── Chapter_38.2 ├── source.cpp ├── source2.cpp ├── source3.cpp └── source4.cpp ├── Chapter_38.3 ├── source.cpp └── source2.cpp ├── Chapter_38.4.1 ├── source.cpp └── source2.cpp ├── Chapter_38.4.2 ├── source.cpp └── source2.cpp ├── Chapter_38.4.3 ├── source.cpp └── source2.cpp ├── Chapter_38.4.4 ├── source.cpp └── source2.cpp ├── Chapter_38.5 ├── source.cpp ├── source10.cpp ├── source2.cpp ├── source3.cpp ├── source4.cpp ├── source5.cpp ├── source6.cpp ├── source7.cpp ├── source8.cpp └── source9.cpp ├── Chapter_39_Exercises ├── Exercise_39.1 │ └── source.cpp ├── Exercise_39.10 │ └── source.cpp ├── Exercise_39.11 │ └── source.cpp ├── Exercise_39.12 │ ├── source.cpp │ ├── source2.cpp │ └── source3.cpp ├── Exercise_39.2 │ └── source.cpp ├── Exercise_39.3 │ └── source.cpp ├── Exercise_39.4 │ └── source.cpp ├── Exercise_39.5 │ └── source.cpp ├── Exercise_39.6 │ └── source.cpp ├── Exercise_39.7 │ └── source.cpp ├── Exercise_39.8 │ └── source.cpp └── Exercise_39.9 │ └── source.cpp ├── Chapter_40.1.1 └── source.cpp ├── Chapter_40.1.10 ├── source.cpp ├── source2.cpp └── source3.cpp ├── Chapter_40.1.11 ├── source.cpp └── source2.cpp ├── Chapter_40.1.12 └── source.cpp ├── Chapter_40.1.13 ├── source.cpp ├── source2.cpp ├── source3.cpp ├── source4.cpp ├── source5.cpp └── source6.cpp ├── Chapter_40.1.14 ├── source.cpp ├── source2.cpp ├── source3.cpp └── source4.cpp ├── Chapter_40.1.15 └── source.cpp ├── Chapter_40.1.2 ├── source.cpp ├── source2.cpp └── source3.cpp ├── Chapter_40.1.5 └── source.cpp ├── Chapter_40.1.6 └── source.cpp ├── Chapter_40.1.7 └── source.cpp ├── Chapter_40.1.8 ├── source.cpp └── source2.cpp ├── Chapter_40.1.9 ├── source.cpp ├── source2.cpp └── source3.cpp ├── Chapter_40.2.1 ├── source.cpp ├── source2.cpp └── source3.cpp ├── Chapter_40.2.2 └── source.cpp ├── Chapter_40.2.3 └── source.cpp ├── Chapter_40.2.4 └── source.cpp ├── Chapter_40.2.5 └── source.cpp ├── Chapter_40.3.2 ├── source.cpp └── source2.cpp ├── Chapter_40.3.3 ├── source.cpp ├── source2.cpp └── source3.cpp ├── Chapter_40.3.4 ├── source.cpp ├── source2.cpp ├── source3.cpp ├── source4.cpp ├── source5.cpp └── source6.cpp ├── Chapter_40.3.5 ├── source.cpp ├── source2.cpp └── source3.cpp ├── Chapter_40.3.6 ├── source.cpp ├── source2.cpp └── source3.cpp ├── Chapter_40.3.7 ├── source.cpp ├── source2.cpp ├── source3.cpp └── source4.cpp ├── Chapter_40.4.1 ├── main.cpp ├── main2.cpp ├── mymodule.cpp └── mymodule2.cpp ├── Chapter_40.4.2 ├── source.cpp └── source2.cpp ├── Chapter_40.4.4 ├── source.cpp ├── source2.cpp └── source3.cpp ├── Chapter_40.4.5 ├── source.cpp ├── source2.cpp ├── source3.cpp ├── source4.cpp ├── source5.cpp └── source6.cpp ├── Chapter_40.4.7 ├── source.cpp └── source2.cpp ├── Chapter_40.4.8 └── source.cpp ├── Contributing.md ├── LICENSE.txt ├── README.md └── errata.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/.gitattributes -------------------------------------------------------------------------------- /9781484260463.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/9781484260463.jpg -------------------------------------------------------------------------------- /Chapter_04.1/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_04.1/source.cpp -------------------------------------------------------------------------------- /Chapter_04.2/source.cpp: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main() 4 | { 5 | std::cout << "Hello World."; 6 | } -------------------------------------------------------------------------------- /Chapter_04/source.cpp: -------------------------------------------------------------------------------- 1 | int main() 2 | { 3 | 4 | } -------------------------------------------------------------------------------- /Chapter_05.1.1/source.cpp: -------------------------------------------------------------------------------- 1 | int main() 2 | { 3 | bool b = true; 4 | } -------------------------------------------------------------------------------- /Chapter_05.1.2/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_05.1.2/source.cpp -------------------------------------------------------------------------------- /Chapter_05.1.3/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_05.1.3/source.cpp -------------------------------------------------------------------------------- /Chapter_05.1.4/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_05.1.4/source.cpp -------------------------------------------------------------------------------- /Chapter_05.2/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_05.2/source.cpp -------------------------------------------------------------------------------- /Chapter_05.3/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_05.3/source.cpp -------------------------------------------------------------------------------- /Chapter_06_Exercises/Exercise_06.1/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_06_Exercises/Exercise_06.1/source.cpp -------------------------------------------------------------------------------- /Chapter_06_Exercises/Exercise_06.2/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_06_Exercises/Exercise_06.2/source.cpp -------------------------------------------------------------------------------- /Chapter_06_Exercises/Exercise_06.3/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_06_Exercises/Exercise_06.3/source.cpp -------------------------------------------------------------------------------- /Chapter_06_Exercises/Exercise_06.4/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_06_Exercises/Exercise_06.4/source.cpp -------------------------------------------------------------------------------- /Chapter_07.1/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_07.1/source.cpp -------------------------------------------------------------------------------- /Chapter_07.2/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_07.2/source.cpp -------------------------------------------------------------------------------- /Chapter_07.3/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_07.3/source.cpp -------------------------------------------------------------------------------- /Chapter_07.4/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_07.4/source.cpp -------------------------------------------------------------------------------- /Chapter_08/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_08/source.cpp -------------------------------------------------------------------------------- /Chapter_09_Exercises/Exercise_09.1/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_09_Exercises/Exercise_09.1/source.cpp -------------------------------------------------------------------------------- /Chapter_09_Exercises/Exercise_09.2/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_09_Exercises/Exercise_09.2/source.cpp -------------------------------------------------------------------------------- /Chapter_09_Exercises/Exercise_09.3/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_09_Exercises/Exercise_09.3/source.cpp -------------------------------------------------------------------------------- /Chapter_09_Exercises/Exercise_09.4/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_09_Exercises/Exercise_09.4/source.cpp -------------------------------------------------------------------------------- /Chapter_09_Exercises/Exercise_09.5/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_09_Exercises/Exercise_09.5/source.cpp -------------------------------------------------------------------------------- /Chapter_09_Exercises/Exercise_09.6/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_09_Exercises/Exercise_09.6/source.cpp -------------------------------------------------------------------------------- /Chapter_10/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_10/source.cpp -------------------------------------------------------------------------------- /Chapter_11/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_11/source.cpp -------------------------------------------------------------------------------- /Chapter_12/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_12/source.cpp -------------------------------------------------------------------------------- /Chapter_13.1/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_13.1/source.cpp -------------------------------------------------------------------------------- /Chapter_13.2/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_13.2/source.cpp -------------------------------------------------------------------------------- /Chapter_13.3/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_13.3/source.cpp -------------------------------------------------------------------------------- /Chapter_13.4/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_13.4/source.cpp -------------------------------------------------------------------------------- /Chapter_13.5/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_13.5/source.cpp -------------------------------------------------------------------------------- /Chapter_13.6/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_13.6/source.cpp -------------------------------------------------------------------------------- /Chapter_13.7/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_13.7/source.cpp -------------------------------------------------------------------------------- /Chapter_13.8/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_13.8/source.cpp -------------------------------------------------------------------------------- /Chapter_14/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_14/source.cpp -------------------------------------------------------------------------------- /Chapter_15_Exercises/Exercise_15.1/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_15_Exercises/Exercise_15.1/source.cpp -------------------------------------------------------------------------------- /Chapter_15_Exercises/Exercise_15.2/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_15_Exercises/Exercise_15.2/source.cpp -------------------------------------------------------------------------------- /Chapter_15_Exercises/Exercise_15.3/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_15_Exercises/Exercise_15.3/source.cpp -------------------------------------------------------------------------------- /Chapter_15_Exercises/Exercise_15.4/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_15_Exercises/Exercise_15.4/source.cpp -------------------------------------------------------------------------------- /Chapter_15_Exercises/Exercise_15.5/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_15_Exercises/Exercise_15.5/source.cpp -------------------------------------------------------------------------------- /Chapter_15_Exercises/Exercise_15.6/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_15_Exercises/Exercise_15.6/source.cpp -------------------------------------------------------------------------------- /Chapter_15_Exercises/Exercise_15.7/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_15_Exercises/Exercise_15.7/source.cpp -------------------------------------------------------------------------------- /Chapter_15_Exercises/Exercise_15.8/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_15_Exercises/Exercise_15.8/source.cpp -------------------------------------------------------------------------------- /Chapter_15_Exercises/Exercise_15.9/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_15_Exercises/Exercise_15.9/source.cpp -------------------------------------------------------------------------------- /Chapter_16.1.1/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_16.1.1/source.cpp -------------------------------------------------------------------------------- /Chapter_16.1.1/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_16.1.1/source2.cpp -------------------------------------------------------------------------------- /Chapter_16.1.1/source3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_16.1.1/source3.cpp -------------------------------------------------------------------------------- /Chapter_16.1.2/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_16.1.2/source.cpp -------------------------------------------------------------------------------- /Chapter_16.1.3.1/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_16.1.3.1/source.cpp -------------------------------------------------------------------------------- /Chapter_16.1.3.1/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_16.1.3.1/source2.cpp -------------------------------------------------------------------------------- /Chapter_16.1.3.1/source3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_16.1.3.1/source3.cpp -------------------------------------------------------------------------------- /Chapter_16.1.3.1/source4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_16.1.3.1/source4.cpp -------------------------------------------------------------------------------- /Chapter_16.1.3.1/source5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_16.1.3.1/source5.cpp -------------------------------------------------------------------------------- /Chapter_16.1.3/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_16.1.3/source.cpp -------------------------------------------------------------------------------- /Chapter_16.1.3/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_16.1.3/source2.cpp -------------------------------------------------------------------------------- /Chapter_16.1.3/source3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_16.1.3/source3.cpp -------------------------------------------------------------------------------- /Chapter_16.1.4/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_16.1.4/source.cpp -------------------------------------------------------------------------------- /Chapter_16.2.1/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_16.2.1/source.cpp -------------------------------------------------------------------------------- /Chapter_16.2.1/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_16.2.1/source2.cpp -------------------------------------------------------------------------------- /Chapter_16.2.2/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_16.2.2/source.cpp -------------------------------------------------------------------------------- /Chapter_16.2.3/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_16.2.3/source.cpp -------------------------------------------------------------------------------- /Chapter_17/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_17/readme.txt -------------------------------------------------------------------------------- /Chapter_17/source.cpp: -------------------------------------------------------------------------------- 1 | int main() 2 | { 3 | const int n = 5; 4 | } -------------------------------------------------------------------------------- /Chapter_17/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_17/source2.cpp -------------------------------------------------------------------------------- /Chapter_17/source3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_17/source3.cpp -------------------------------------------------------------------------------- /Chapter_17/source4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_17/source4.cpp -------------------------------------------------------------------------------- /Chapter_17/source5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_17/source5.cpp -------------------------------------------------------------------------------- /Chapter_17/source6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_17/source6.cpp -------------------------------------------------------------------------------- /Chapter_18_Exercises/Exercise_18.1/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_18_Exercises/Exercise_18.1/source.cpp -------------------------------------------------------------------------------- /Chapter_18_Exercises/Exercise_18.2/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_18_Exercises/Exercise_18.2/source.cpp -------------------------------------------------------------------------------- /Chapter_18_Exercises/Exercise_18.3/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_18_Exercises/Exercise_18.3/source.cpp -------------------------------------------------------------------------------- /Chapter_18_Exercises/Exercise_18.4/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_18_Exercises/Exercise_18.4/source.cpp -------------------------------------------------------------------------------- /Chapter_18_Exercises/Exercise_18.5/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_18_Exercises/Exercise_18.5/source.cpp -------------------------------------------------------------------------------- /Chapter_18_Exercises/Exercise_18.6/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_18_Exercises/Exercise_18.6/source.cpp -------------------------------------------------------------------------------- /Chapter_19.2/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_19.2/source.cpp -------------------------------------------------------------------------------- /Chapter_19.2/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_19.2/source2.cpp -------------------------------------------------------------------------------- /Chapter_19.2/source3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_19.2/source3.cpp -------------------------------------------------------------------------------- /Chapter_19.2/source4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_19.2/source4.cpp -------------------------------------------------------------------------------- /Chapter_19.3/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_19.3/source.cpp -------------------------------------------------------------------------------- /Chapter_19.3/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_19.3/source2.cpp -------------------------------------------------------------------------------- /Chapter_19.3/source3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_19.3/source3.cpp -------------------------------------------------------------------------------- /Chapter_19.3/source4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_19.3/source4.cpp -------------------------------------------------------------------------------- /Chapter_19.3/source5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_19.3/source5.cpp -------------------------------------------------------------------------------- /Chapter_19.3/source6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_19.3/source6.cpp -------------------------------------------------------------------------------- /Chapter_19.4/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_19.4/source.cpp -------------------------------------------------------------------------------- /Chapter_19.4/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_19.4/source2.cpp -------------------------------------------------------------------------------- /Chapter_19.4/source3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_19.4/source3.cpp -------------------------------------------------------------------------------- /Chapter_19.5.1/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_19.5.1/source.cpp -------------------------------------------------------------------------------- /Chapter_19.5.2/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_19.5.2/source.cpp -------------------------------------------------------------------------------- /Chapter_19.5.3/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_19.5.3/source.cpp -------------------------------------------------------------------------------- /Chapter_19.5.3/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_19.5.3/source2.cpp -------------------------------------------------------------------------------- /Chapter_19.6/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_19.6/source.cpp -------------------------------------------------------------------------------- /Chapter_20_Exercises/Exercise_20.1/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_20_Exercises/Exercise_20.1/source.cpp -------------------------------------------------------------------------------- /Chapter_20_Exercises/Exercise_20.2/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_20_Exercises/Exercise_20.2/source.cpp -------------------------------------------------------------------------------- /Chapter_20_Exercises/Exercise_20.3/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_20_Exercises/Exercise_20.3/source.cpp -------------------------------------------------------------------------------- /Chapter_20_Exercises/Exercise_20.4/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_20_Exercises/Exercise_20.4/source.cpp -------------------------------------------------------------------------------- /Chapter_20_Exercises/Exercise_20.5/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_20_Exercises/Exercise_20.5/source.cpp -------------------------------------------------------------------------------- /Chapter_21.2/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_21.2/source.cpp -------------------------------------------------------------------------------- /Chapter_21.7/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_21.7/source.cpp -------------------------------------------------------------------------------- /Chapter_21.7/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_21.7/source2.cpp -------------------------------------------------------------------------------- /Chapter_22_Exercises/Exercise_22.1/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_22_Exercises/Exercise_22.1/source.cpp -------------------------------------------------------------------------------- /Chapter_22_Exercises/Exercise_22.2/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_22_Exercises/Exercise_22.2/source.cpp -------------------------------------------------------------------------------- /Chapter_22_Exercises/Exercise_22.3/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_22_Exercises/Exercise_22.3/source.cpp -------------------------------------------------------------------------------- /Chapter_23.3/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_23.3/source.cpp -------------------------------------------------------------------------------- /Chapter_23.4.1/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_23.4.1/source.cpp -------------------------------------------------------------------------------- /Chapter_23.4.1/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_23.4.1/source2.cpp -------------------------------------------------------------------------------- /Chapter_23.4.1/source3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_23.4.1/source3.cpp -------------------------------------------------------------------------------- /Chapter_23.4.2/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_23.4.2/source.cpp -------------------------------------------------------------------------------- /Chapter_23.4.3/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_23.4.3/source.cpp -------------------------------------------------------------------------------- /Chapter_23.4.3/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_23.4.3/source2.cpp -------------------------------------------------------------------------------- /Chapter_23.4.5/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_23.4.5/source.cpp -------------------------------------------------------------------------------- /Chapter_23.4.5/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_23.4.5/source2.cpp -------------------------------------------------------------------------------- /Chapter_23.4.6/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_23.4.6/source.cpp -------------------------------------------------------------------------------- /Chapter_23.5/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_23.5/source.cpp -------------------------------------------------------------------------------- /Chapter_23.5/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_23.5/source2.cpp -------------------------------------------------------------------------------- /Chapter_23.5/source3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_23.5/source3.cpp -------------------------------------------------------------------------------- /Chapter_23.5/source4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_23.5/source4.cpp -------------------------------------------------------------------------------- /Chapter_23.6/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_23.6/source.cpp -------------------------------------------------------------------------------- /Chapter_23.6/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_23.6/source2.cpp -------------------------------------------------------------------------------- /Chapter_23/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_23/source.cpp -------------------------------------------------------------------------------- /Chapter_24_Exercises/Exercise_24.1/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_24_Exercises/Exercise_24.1/source.cpp -------------------------------------------------------------------------------- /Chapter_24_Exercises/Exercise_24.10/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_24_Exercises/Exercise_24.10/source.cpp -------------------------------------------------------------------------------- /Chapter_24_Exercises/Exercise_24.2/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_24_Exercises/Exercise_24.2/source.cpp -------------------------------------------------------------------------------- /Chapter_24_Exercises/Exercise_24.3/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_24_Exercises/Exercise_24.3/source.cpp -------------------------------------------------------------------------------- /Chapter_24_Exercises/Exercise_24.4/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_24_Exercises/Exercise_24.4/source.cpp -------------------------------------------------------------------------------- /Chapter_24_Exercises/Exercise_24.5/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_24_Exercises/Exercise_24.5/source.cpp -------------------------------------------------------------------------------- /Chapter_24_Exercises/Exercise_24.6/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_24_Exercises/Exercise_24.6/source.cpp -------------------------------------------------------------------------------- /Chapter_24_Exercises/Exercise_24.7/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_24_Exercises/Exercise_24.7/source.cpp -------------------------------------------------------------------------------- /Chapter_24_Exercises/Exercise_24.8/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_24_Exercises/Exercise_24.8/source.cpp -------------------------------------------------------------------------------- /Chapter_24_Exercises/Exercise_24.9/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_24_Exercises/Exercise_24.9/source.cpp -------------------------------------------------------------------------------- /Chapter_25.1/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_25.1/source.cpp -------------------------------------------------------------------------------- /Chapter_25.1/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_25.1/source2.cpp -------------------------------------------------------------------------------- /Chapter_25.1/source3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_25.1/source3.cpp -------------------------------------------------------------------------------- /Chapter_25.1/source4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_25.1/source4.cpp -------------------------------------------------------------------------------- /Chapter_25.2/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_25.2/source.cpp -------------------------------------------------------------------------------- /Chapter_25.2/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_25.2/source2.cpp -------------------------------------------------------------------------------- /Chapter_25.2/source3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_25.2/source3.cpp -------------------------------------------------------------------------------- /Chapter_26_Exercises/Exercise_26.1/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_26_Exercises/Exercise_26.1/source.cpp -------------------------------------------------------------------------------- /Chapter_27/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_27/source.cpp -------------------------------------------------------------------------------- /Chapter_27/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_27/source2.cpp -------------------------------------------------------------------------------- /Chapter_27/source3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_27/source3.cpp -------------------------------------------------------------------------------- /Chapter_28/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_28/source.cpp -------------------------------------------------------------------------------- /Chapter_28/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_28/source2.cpp -------------------------------------------------------------------------------- /Chapter_28/source3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_28/source3.cpp -------------------------------------------------------------------------------- /Chapter_28/source4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_28/source4.cpp -------------------------------------------------------------------------------- /Chapter_28/source5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_28/source5.cpp -------------------------------------------------------------------------------- /Chapter_28/source6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_28/source6.cpp -------------------------------------------------------------------------------- /Chapter_29/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_29/source.cpp -------------------------------------------------------------------------------- /Chapter_29/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_29/source2.cpp -------------------------------------------------------------------------------- /Chapter_30_Exercises/Exercise_30.1/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_30_Exercises/Exercise_30.1/source.cpp -------------------------------------------------------------------------------- /Chapter_30_Exercises/Exercise_30.2/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_30_Exercises/Exercise_30.2/source.cpp -------------------------------------------------------------------------------- /Chapter_30_Exercises/Exercise_30.3/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_30_Exercises/Exercise_30.3/source.cpp -------------------------------------------------------------------------------- /Chapter_30_Exercises/Exercise_30.4/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_30_Exercises/Exercise_30.4/source.cpp -------------------------------------------------------------------------------- /Chapter_30_Exercises/Exercise_30.5/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_30_Exercises/Exercise_30.5/source.cpp -------------------------------------------------------------------------------- /Chapter_30_Exercises/Exercise_30.6/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_30_Exercises/Exercise_30.6/source.cpp -------------------------------------------------------------------------------- /Chapter_30_Exercises/Exercise_30.7/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_30_Exercises/Exercise_30.7/source.cpp -------------------------------------------------------------------------------- /Chapter_31.2/myheader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_31.2/myheader.h -------------------------------------------------------------------------------- /Chapter_31.3/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_31.3/source.cpp -------------------------------------------------------------------------------- /Chapter_31.3/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_31.3/source2.cpp -------------------------------------------------------------------------------- /Chapter_31.3/source3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_31.3/source3.cpp -------------------------------------------------------------------------------- /Chapter_31.3/source4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_31.3/source4.cpp -------------------------------------------------------------------------------- /Chapter_32_Exercises/Exercise_32.1/myheader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_32_Exercises/Exercise_32.1/myheader.h -------------------------------------------------------------------------------- /Chapter_32_Exercises/Exercise_32.1/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_32_Exercises/Exercise_32.1/source.cpp -------------------------------------------------------------------------------- /Chapter_32_Exercises/Exercise_32.2/mylibrary.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_32_Exercises/Exercise_32.2/mylibrary.cpp -------------------------------------------------------------------------------- /Chapter_32_Exercises/Exercise_32.2/mylibrary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_32_Exercises/Exercise_32.2/mylibrary.h -------------------------------------------------------------------------------- /Chapter_32_Exercises/Exercise_32.2/source.cpp: -------------------------------------------------------------------------------- 1 | #include "mylibrary.h" 2 | 3 | int main() 4 | { 5 | myfunction(); 6 | } -------------------------------------------------------------------------------- /Chapter_32_Exercises/Exercise_32.3/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_32_Exercises/Exercise_32.3/source.cpp -------------------------------------------------------------------------------- /Chapter_32_Exercises/Exercise_32.4/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_32_Exercises/Exercise_32.4/source.cpp -------------------------------------------------------------------------------- /Chapter_33.1/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_33.1/source.cpp -------------------------------------------------------------------------------- /Chapter_33.1/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_33.1/source2.cpp -------------------------------------------------------------------------------- /Chapter_33.1/source3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_33.1/source3.cpp -------------------------------------------------------------------------------- /Chapter_33.1/source4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_33.1/source4.cpp -------------------------------------------------------------------------------- /Chapter_33.1/source5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_33.1/source5.cpp -------------------------------------------------------------------------------- /Chapter_33.1/source6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_33.1/source6.cpp -------------------------------------------------------------------------------- /Chapter_33.1/source7.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_33.1/source7.cpp -------------------------------------------------------------------------------- /Chapter_33.1/source8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_33.1/source8.cpp -------------------------------------------------------------------------------- /Chapter_33.1/source9.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_33.1/source9.cpp -------------------------------------------------------------------------------- /Chapter_33.2/source.cpp: -------------------------------------------------------------------------------- 1 | int main() 2 | { 3 | auto myinteger = static_cast(123.456); 4 | } -------------------------------------------------------------------------------- /Chapter_33.2/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_33.2/source2.cpp -------------------------------------------------------------------------------- /Chapter_33.2/source3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_33.2/source3.cpp -------------------------------------------------------------------------------- /Chapter_34/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_34/source.cpp -------------------------------------------------------------------------------- /Chapter_34/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_34/source2.cpp -------------------------------------------------------------------------------- /Chapter_34/source3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_34/source3.cpp -------------------------------------------------------------------------------- /Chapter_34/source4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_34/source4.cpp -------------------------------------------------------------------------------- /Chapter_34/source5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_34/source5.cpp -------------------------------------------------------------------------------- /Chapter_35.1/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_35.1/source.cpp -------------------------------------------------------------------------------- /Chapter_35.1/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_35.1/source2.cpp -------------------------------------------------------------------------------- /Chapter_35.1/source3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_35.1/source3.cpp -------------------------------------------------------------------------------- /Chapter_35.1/source4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_35.1/source4.cpp -------------------------------------------------------------------------------- /Chapter_35.2/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_35.2/source.cpp -------------------------------------------------------------------------------- /Chapter_36_Exercises/Exercise_36.1/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_36_Exercises/Exercise_36.1/source.cpp -------------------------------------------------------------------------------- /Chapter_36_Exercises/Exercise_36.2/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_36_Exercises/Exercise_36.2/source.cpp -------------------------------------------------------------------------------- /Chapter_36_Exercises/Exercise_36.3/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_36_Exercises/Exercise_36.3/source.cpp -------------------------------------------------------------------------------- /Chapter_36_Exercises/Exercise_36.4/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_36_Exercises/Exercise_36.4/source.cpp -------------------------------------------------------------------------------- /Chapter_36_Exercises/Exercise_36.5/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_36_Exercises/Exercise_36.5/source.cpp -------------------------------------------------------------------------------- /Chapter_36_Exercises/Exercise_36.6/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_36_Exercises/Exercise_36.6/source.cpp -------------------------------------------------------------------------------- /Chapter_36_Exercises/Exercise_36.7/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_36_Exercises/Exercise_36.7/source.cpp -------------------------------------------------------------------------------- /Chapter_36_Exercises/Exercise_36.8/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_36_Exercises/Exercise_36.8/source.cpp -------------------------------------------------------------------------------- /Chapter_37.1.1/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_37.1.1/source.cpp -------------------------------------------------------------------------------- /Chapter_37.1.1/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_37.1.1/source2.cpp -------------------------------------------------------------------------------- /Chapter_37.1.1/source3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_37.1.1/source3.cpp -------------------------------------------------------------------------------- /Chapter_37.1.1/source4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_37.1.1/source4.cpp -------------------------------------------------------------------------------- /Chapter_37.1.1/source5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_37.1.1/source5.cpp -------------------------------------------------------------------------------- /Chapter_37.1.1/source6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_37.1.1/source6.cpp -------------------------------------------------------------------------------- /Chapter_37.1.1/source7.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_37.1.1/source7.cpp -------------------------------------------------------------------------------- /Chapter_37.1.2/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_37.1.2/source.cpp -------------------------------------------------------------------------------- /Chapter_37.1.2/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_37.1.2/source2.cpp -------------------------------------------------------------------------------- /Chapter_37.1.2/source3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_37.1.2/source3.cpp -------------------------------------------------------------------------------- /Chapter_37.1.2/source4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_37.1.2/source4.cpp -------------------------------------------------------------------------------- /Chapter_37.1.2/source5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_37.1.2/source5.cpp -------------------------------------------------------------------------------- /Chapter_37.1.2/source6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_37.1.2/source6.cpp -------------------------------------------------------------------------------- /Chapter_37.1.2/source7.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_37.1.2/source7.cpp -------------------------------------------------------------------------------- /Chapter_37.1.2/source8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_37.1.2/source8.cpp -------------------------------------------------------------------------------- /Chapter_38.1.1/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_38.1.1/source.cpp -------------------------------------------------------------------------------- /Chapter_38.1.1/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_38.1.1/source2.cpp -------------------------------------------------------------------------------- /Chapter_38.1.1/source3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_38.1.1/source3.cpp -------------------------------------------------------------------------------- /Chapter_38.1.1/source4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_38.1.1/source4.cpp -------------------------------------------------------------------------------- /Chapter_38.1.2/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_38.1.2/source.cpp -------------------------------------------------------------------------------- /Chapter_38.1.3/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_38.1.3/source.cpp -------------------------------------------------------------------------------- /Chapter_38.1.3/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_38.1.3/source2.cpp -------------------------------------------------------------------------------- /Chapter_38.1.4/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_38.1.4/source.cpp -------------------------------------------------------------------------------- /Chapter_38.1.4/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_38.1.4/source2.cpp -------------------------------------------------------------------------------- /Chapter_38.1.4/source3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_38.1.4/source3.cpp -------------------------------------------------------------------------------- /Chapter_38.1.4/source4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_38.1.4/source4.cpp -------------------------------------------------------------------------------- /Chapter_38.1.4/source5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_38.1.4/source5.cpp -------------------------------------------------------------------------------- /Chapter_38.1.5/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_38.1.5/source.cpp -------------------------------------------------------------------------------- /Chapter_38.1.5/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_38.1.5/source2.cpp -------------------------------------------------------------------------------- /Chapter_38.2/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_38.2/source.cpp -------------------------------------------------------------------------------- /Chapter_38.2/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_38.2/source2.cpp -------------------------------------------------------------------------------- /Chapter_38.2/source3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_38.2/source3.cpp -------------------------------------------------------------------------------- /Chapter_38.2/source4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_38.2/source4.cpp -------------------------------------------------------------------------------- /Chapter_38.3/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_38.3/source.cpp -------------------------------------------------------------------------------- /Chapter_38.3/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_38.3/source2.cpp -------------------------------------------------------------------------------- /Chapter_38.4.1/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_38.4.1/source.cpp -------------------------------------------------------------------------------- /Chapter_38.4.1/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_38.4.1/source2.cpp -------------------------------------------------------------------------------- /Chapter_38.4.2/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_38.4.2/source.cpp -------------------------------------------------------------------------------- /Chapter_38.4.2/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_38.4.2/source2.cpp -------------------------------------------------------------------------------- /Chapter_38.4.3/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_38.4.3/source.cpp -------------------------------------------------------------------------------- /Chapter_38.4.3/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_38.4.3/source2.cpp -------------------------------------------------------------------------------- /Chapter_38.4.4/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_38.4.4/source.cpp -------------------------------------------------------------------------------- /Chapter_38.4.4/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_38.4.4/source2.cpp -------------------------------------------------------------------------------- /Chapter_38.5/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_38.5/source.cpp -------------------------------------------------------------------------------- /Chapter_38.5/source10.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_38.5/source10.cpp -------------------------------------------------------------------------------- /Chapter_38.5/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_38.5/source2.cpp -------------------------------------------------------------------------------- /Chapter_38.5/source3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_38.5/source3.cpp -------------------------------------------------------------------------------- /Chapter_38.5/source4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_38.5/source4.cpp -------------------------------------------------------------------------------- /Chapter_38.5/source5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_38.5/source5.cpp -------------------------------------------------------------------------------- /Chapter_38.5/source6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_38.5/source6.cpp -------------------------------------------------------------------------------- /Chapter_38.5/source7.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_38.5/source7.cpp -------------------------------------------------------------------------------- /Chapter_38.5/source8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_38.5/source8.cpp -------------------------------------------------------------------------------- /Chapter_38.5/source9.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_38.5/source9.cpp -------------------------------------------------------------------------------- /Chapter_39_Exercises/Exercise_39.1/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_39_Exercises/Exercise_39.1/source.cpp -------------------------------------------------------------------------------- /Chapter_39_Exercises/Exercise_39.10/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_39_Exercises/Exercise_39.10/source.cpp -------------------------------------------------------------------------------- /Chapter_39_Exercises/Exercise_39.11/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_39_Exercises/Exercise_39.11/source.cpp -------------------------------------------------------------------------------- /Chapter_39_Exercises/Exercise_39.12/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_39_Exercises/Exercise_39.12/source.cpp -------------------------------------------------------------------------------- /Chapter_39_Exercises/Exercise_39.12/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_39_Exercises/Exercise_39.12/source2.cpp -------------------------------------------------------------------------------- /Chapter_39_Exercises/Exercise_39.12/source3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_39_Exercises/Exercise_39.12/source3.cpp -------------------------------------------------------------------------------- /Chapter_39_Exercises/Exercise_39.2/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_39_Exercises/Exercise_39.2/source.cpp -------------------------------------------------------------------------------- /Chapter_39_Exercises/Exercise_39.3/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_39_Exercises/Exercise_39.3/source.cpp -------------------------------------------------------------------------------- /Chapter_39_Exercises/Exercise_39.4/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_39_Exercises/Exercise_39.4/source.cpp -------------------------------------------------------------------------------- /Chapter_39_Exercises/Exercise_39.5/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_39_Exercises/Exercise_39.5/source.cpp -------------------------------------------------------------------------------- /Chapter_39_Exercises/Exercise_39.6/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_39_Exercises/Exercise_39.6/source.cpp -------------------------------------------------------------------------------- /Chapter_39_Exercises/Exercise_39.7/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_39_Exercises/Exercise_39.7/source.cpp -------------------------------------------------------------------------------- /Chapter_39_Exercises/Exercise_39.8/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_39_Exercises/Exercise_39.8/source.cpp -------------------------------------------------------------------------------- /Chapter_39_Exercises/Exercise_39.9/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_39_Exercises/Exercise_39.9/source.cpp -------------------------------------------------------------------------------- /Chapter_40.1.1/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.1.1/source.cpp -------------------------------------------------------------------------------- /Chapter_40.1.10/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.1.10/source.cpp -------------------------------------------------------------------------------- /Chapter_40.1.10/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.1.10/source2.cpp -------------------------------------------------------------------------------- /Chapter_40.1.10/source3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.1.10/source3.cpp -------------------------------------------------------------------------------- /Chapter_40.1.11/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.1.11/source.cpp -------------------------------------------------------------------------------- /Chapter_40.1.11/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.1.11/source2.cpp -------------------------------------------------------------------------------- /Chapter_40.1.12/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.1.12/source.cpp -------------------------------------------------------------------------------- /Chapter_40.1.13/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.1.13/source.cpp -------------------------------------------------------------------------------- /Chapter_40.1.13/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.1.13/source2.cpp -------------------------------------------------------------------------------- /Chapter_40.1.13/source3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.1.13/source3.cpp -------------------------------------------------------------------------------- /Chapter_40.1.13/source4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.1.13/source4.cpp -------------------------------------------------------------------------------- /Chapter_40.1.13/source5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.1.13/source5.cpp -------------------------------------------------------------------------------- /Chapter_40.1.13/source6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.1.13/source6.cpp -------------------------------------------------------------------------------- /Chapter_40.1.14/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.1.14/source.cpp -------------------------------------------------------------------------------- /Chapter_40.1.14/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.1.14/source2.cpp -------------------------------------------------------------------------------- /Chapter_40.1.14/source3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.1.14/source3.cpp -------------------------------------------------------------------------------- /Chapter_40.1.14/source4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.1.14/source4.cpp -------------------------------------------------------------------------------- /Chapter_40.1.15/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.1.15/source.cpp -------------------------------------------------------------------------------- /Chapter_40.1.2/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.1.2/source.cpp -------------------------------------------------------------------------------- /Chapter_40.1.2/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.1.2/source2.cpp -------------------------------------------------------------------------------- /Chapter_40.1.2/source3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.1.2/source3.cpp -------------------------------------------------------------------------------- /Chapter_40.1.5/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.1.5/source.cpp -------------------------------------------------------------------------------- /Chapter_40.1.6/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.1.6/source.cpp -------------------------------------------------------------------------------- /Chapter_40.1.7/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.1.7/source.cpp -------------------------------------------------------------------------------- /Chapter_40.1.8/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.1.8/source.cpp -------------------------------------------------------------------------------- /Chapter_40.1.8/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.1.8/source2.cpp -------------------------------------------------------------------------------- /Chapter_40.1.9/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.1.9/source.cpp -------------------------------------------------------------------------------- /Chapter_40.1.9/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.1.9/source2.cpp -------------------------------------------------------------------------------- /Chapter_40.1.9/source3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.1.9/source3.cpp -------------------------------------------------------------------------------- /Chapter_40.2.1/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.2.1/source.cpp -------------------------------------------------------------------------------- /Chapter_40.2.1/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.2.1/source2.cpp -------------------------------------------------------------------------------- /Chapter_40.2.1/source3.cpp: -------------------------------------------------------------------------------- 1 | int main() 2 | { 3 | int x = 0b1010; 4 | } -------------------------------------------------------------------------------- /Chapter_40.2.2/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.2.2/source.cpp -------------------------------------------------------------------------------- /Chapter_40.2.3/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.2.3/source.cpp -------------------------------------------------------------------------------- /Chapter_40.2.4/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.2.4/source.cpp -------------------------------------------------------------------------------- /Chapter_40.2.5/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.2.5/source.cpp -------------------------------------------------------------------------------- /Chapter_40.3.2/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.3.2/source.cpp -------------------------------------------------------------------------------- /Chapter_40.3.2/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.3.2/source2.cpp -------------------------------------------------------------------------------- /Chapter_40.3.3/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.3.3/source.cpp -------------------------------------------------------------------------------- /Chapter_40.3.3/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.3.3/source2.cpp -------------------------------------------------------------------------------- /Chapter_40.3.3/source3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.3.3/source3.cpp -------------------------------------------------------------------------------- /Chapter_40.3.4/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.3.4/source.cpp -------------------------------------------------------------------------------- /Chapter_40.3.4/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.3.4/source2.cpp -------------------------------------------------------------------------------- /Chapter_40.3.4/source3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.3.4/source3.cpp -------------------------------------------------------------------------------- /Chapter_40.3.4/source4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.3.4/source4.cpp -------------------------------------------------------------------------------- /Chapter_40.3.4/source5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.3.4/source5.cpp -------------------------------------------------------------------------------- /Chapter_40.3.4/source6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.3.4/source6.cpp -------------------------------------------------------------------------------- /Chapter_40.3.5/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.3.5/source.cpp -------------------------------------------------------------------------------- /Chapter_40.3.5/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.3.5/source2.cpp -------------------------------------------------------------------------------- /Chapter_40.3.5/source3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.3.5/source3.cpp -------------------------------------------------------------------------------- /Chapter_40.3.6/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.3.6/source.cpp -------------------------------------------------------------------------------- /Chapter_40.3.6/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.3.6/source2.cpp -------------------------------------------------------------------------------- /Chapter_40.3.6/source3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.3.6/source3.cpp -------------------------------------------------------------------------------- /Chapter_40.3.7/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.3.7/source.cpp -------------------------------------------------------------------------------- /Chapter_40.3.7/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.3.7/source2.cpp -------------------------------------------------------------------------------- /Chapter_40.3.7/source3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.3.7/source3.cpp -------------------------------------------------------------------------------- /Chapter_40.3.7/source4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.3.7/source4.cpp -------------------------------------------------------------------------------- /Chapter_40.4.1/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.4.1/main.cpp -------------------------------------------------------------------------------- /Chapter_40.4.1/main2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.4.1/main2.cpp -------------------------------------------------------------------------------- /Chapter_40.4.1/mymodule.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.4.1/mymodule.cpp -------------------------------------------------------------------------------- /Chapter_40.4.1/mymodule2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.4.1/mymodule2.cpp -------------------------------------------------------------------------------- /Chapter_40.4.2/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.4.2/source.cpp -------------------------------------------------------------------------------- /Chapter_40.4.2/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.4.2/source2.cpp -------------------------------------------------------------------------------- /Chapter_40.4.4/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.4.4/source.cpp -------------------------------------------------------------------------------- /Chapter_40.4.4/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.4.4/source2.cpp -------------------------------------------------------------------------------- /Chapter_40.4.4/source3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.4.4/source3.cpp -------------------------------------------------------------------------------- /Chapter_40.4.5/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.4.5/source.cpp -------------------------------------------------------------------------------- /Chapter_40.4.5/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.4.5/source2.cpp -------------------------------------------------------------------------------- /Chapter_40.4.5/source3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.4.5/source3.cpp -------------------------------------------------------------------------------- /Chapter_40.4.5/source4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.4.5/source4.cpp -------------------------------------------------------------------------------- /Chapter_40.4.5/source5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.4.5/source5.cpp -------------------------------------------------------------------------------- /Chapter_40.4.5/source6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.4.5/source6.cpp -------------------------------------------------------------------------------- /Chapter_40.4.7/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.4.7/source.cpp -------------------------------------------------------------------------------- /Chapter_40.4.7/source2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.4.7/source2.cpp -------------------------------------------------------------------------------- /Chapter_40.4.8/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Chapter_40.4.8/source.cpp -------------------------------------------------------------------------------- /Contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/Contributing.md -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/README.md -------------------------------------------------------------------------------- /errata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/modern-cpp-for-absolute-beginners/HEAD/errata.md --------------------------------------------------------------------------------