diff --git a/01.Introduction.pdf b/01.Introduction.pdf index e26f266..8fda2fa 100644 Binary files a/01.Introduction.pdf and b/01.Introduction.pdf differ diff --git a/02.Basic_Concepts_I.pdf b/02.Basic_Concepts_I.pdf index a47aa8e..4db8378 100644 Binary files a/02.Basic_Concepts_I.pdf and b/02.Basic_Concepts_I.pdf differ diff --git a/03.Basic_Concepts_II.pdf b/03.Basic_Concepts_II.pdf index b1b27ec..362189f 100644 Binary files a/03.Basic_Concepts_II.pdf and b/03.Basic_Concepts_II.pdf differ diff --git a/04.Utilities.pdf b/04.Utilities.pdf index 79d6297..65c8945 100644 Binary files a/04.Utilities.pdf and b/04.Utilities.pdf differ diff --git a/05.Object_Oriented.pdf b/05.Object_Oriented.pdf index cdf961c..dfc4096 100644 Binary files a/05.Object_Oriented.pdf and b/05.Object_Oriented.pdf differ diff --git a/06.Templates_I.pdf b/06.Templates_I.pdf index 1b8287d..9ca8206 100644 Binary files a/06.Templates_I.pdf and b/06.Templates_I.pdf differ diff --git a/07.Templates_II.pdf b/07.Templates_II.pdf index 1c5a9e5..dc0dd80 100644 Binary files a/07.Templates_II.pdf and b/07.Templates_II.pdf differ diff --git a/08.Iterators_Containers_Alg.pdf b/08.Iterators_Containers_Alg.pdf index cb4ee38..e546226 100644 Binary files a/08.Iterators_Containers_Alg.pdf and b/08.Iterators_Containers_Alg.pdf differ diff --git a/09.Code_Organization_Convention.pdf b/09.Code_Organization_Convention.pdf index 8c60f0d..0378fc8 100644 Binary files a/09.Code_Organization_Convention.pdf and b/09.Code_Organization_Convention.pdf differ diff --git a/10.Debugging_Tools.pdf b/10.Debugging_Tools.pdf index f20e1b2..dc643bc 100644 Binary files a/10.Debugging_Tools.pdf and b/10.Debugging_Tools.pdf differ diff --git a/11.Advanced_Topics.pdf b/11.Advanced_Topics.pdf index 4388c69..3915344 100644 Binary files a/11.Advanced_Topics.pdf and b/11.Advanced_Topics.pdf differ diff --git a/A.Topics.pdf b/A.Topics.pdf index 2d65a60..3a1ff31 100644 Binary files a/A.Topics.pdf and b/A.Topics.pdf differ diff --git a/OnlineCompiler.html b/OnlineCompiler.html new file mode 100644 index 0000000..460274b --- /dev/null +++ b/OnlineCompiler.html @@ -0,0 +1,23 @@ + + + Online C++ Compilers + +
+
+
+ Wandbox (support different compilers) +
+
+
+ C++ Shell +
+
+
+ OnlineGdb +
+
+
+ IDEone +
+ + diff --git a/README.md b/README.md index 4e2f5be..79ee49a 100644 --- a/README.md +++ b/README.md @@ -108,12 +108,12 @@ Modern C++ Programming Course (UNIVR) - C++11/C++14 ### todo ### -01. Basic Concepts I -> Catastrofic Cancellation (loss of significance) -09. Code Organization and Conventions -> optimize the compile time -11. Advanced Concepts -> volatile keyword -12. Code Optimization -B. Appendix -C++17 +* (01) Basic Concepts I -> Catastrofic Cancellation (loss of significance) +* (09) Code Organization and Conventions -> optimize the compile time +* (11) Advanced Concepts -> volatile keyword +* (12) Code Optimization +* (B) Appendix +* C++17 ### Reporting bugs and contributing ### diff --git a/html/bgimage.jpg b/html/bgimage.jpg new file mode 100644 index 0000000..c582fbd Binary files /dev/null and b/html/bgimage.jpg differ