mirror of
https://github.com/federico-busato/Modern-CPP-Programming.git
synced 2025-04-20 08:28:54 +03:00
README + Basic Concepts updated
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
04.Utilities.pdf
BIN
04.Utilities.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
A.Topics.pdf
BIN
A.Topics.pdf
Binary file not shown.
23
OnlineCompiler.html
Normal file
23
OnlineCompiler.html
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
<html>
|
||||||
|
<body background="html/bgimage.jpg">
|
||||||
|
<font size="8"> Online C++ Compilers </font>
|
||||||
|
<font size="6">
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<a href="https://wandbox.org/"> Wandbox </a> <font size="5">(support different compilers)</font>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<a href="http://cpp.sh/"> C++ Shell </a>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<a href="https://www.onlinegdb.com/online_c++_compiler"> OnlineGdb </a>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<a href="https://ideone.com/"> IDEone </a>
|
||||||
|
</font>
|
||||||
|
</body>
|
||||||
|
</html>
|
12
README.md
12
README.md
@ -108,12 +108,12 @@ Modern C++ Programming Course (UNIVR) - C++11/C++14
|
|||||||
|
|
||||||
### todo ###
|
### todo ###
|
||||||
|
|
||||||
01. Basic Concepts I -> Catastrofic Cancellation (loss of significance)
|
* (01) Basic Concepts I -> Catastrofic Cancellation (loss of significance)
|
||||||
09. Code Organization and Conventions -> optimize the compile time
|
* (09) Code Organization and Conventions -> optimize the compile time
|
||||||
11. Advanced Concepts -> volatile keyword
|
* (11) Advanced Concepts -> volatile keyword
|
||||||
12. Code Optimization
|
* (12) Code Optimization
|
||||||
B. Appendix
|
* (B) Appendix
|
||||||
C++17
|
* C++17
|
||||||
|
|
||||||
### Reporting bugs and contributing ###
|
### Reporting bugs and contributing ###
|
||||||
|
|
||||||
|
BIN
html/bgimage.jpg
Normal file
BIN
html/bgimage.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 113 KiB |
Reference in New Issue
Block a user