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