mirror of
https://github.com/federico-busato/Modern-CPP-Programming.git
synced 2025-04-20 00:19:03 +03:00
Basic Concepts II updated
ToDo added
This commit is contained in:
Binary file not shown.
@ -108,15 +108,6 @@
|
||||
* Concurrency
|
||||
* C++ Guidelines
|
||||
|
||||
### 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
|
||||
|
||||
### Reporting bugs and contributing ###
|
||||
|
||||
If you find any typos please report them by using the repository
|
||||
|
8
ToDo.md
Normal file
8
ToDo.md
Normal file
@ -0,0 +1,8 @@
|
||||
## 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
|
@ -4,7 +4,6 @@
|
||||
<font size="6">
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<a href="https://wandbox.org/"> Wandbox </a> <font size="5">(support different compilers)</font>
|
||||
<br>
|
||||
<br>
|
||||
@ -22,6 +21,9 @@
|
||||
<br>
|
||||
<br>
|
||||
<a href="https://aws.amazon.com/it/cloud9/"> Cloud9 </a> (online virtual machine)
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
</font>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user