This commit is contained in:
Morten Nobel-Jørgensen
2016-09-02 12:28:38 +02:00
committed by GitHub
parent a982c7eaa8
commit b956939705

View File

@@ -2,7 +2,7 @@
# C++ QUICK REFERENCE / C++ CHEATSHEET # C++ QUICK REFERENCE / C++ CHEATSHEET
Based on <a href="http://www.pa.msu.edu/~duxbury/courses/phy480/Cpp_refcard.pdf">Phillip M. Duxbury's C++ Cheatsheet</a> and edited by Morten Nobel-Jørgensen. Based on <a href="http://www.pa.msu.edu/~duxbury/courses/phy480/Cpp_refcard.pdf">Phillip M. Duxbury's C++ Cheatsheet</a> and edited by Morten Nobel-Jørgensen.
The cheatsheet focus on C++ - not on the library. The cheatsheet focus is on C++ - not on the library.
C++11 additions is inspired by <a href="https://isocpp.org/blog/2012/12/c11-a-cheat-sheet-alex-sinyakov">ISOCPP.org C++11 Cheatsheet</a>). C++11 additions is inspired by <a href="https://isocpp.org/blog/2012/12/c11-a-cheat-sheet-alex-sinyakov">ISOCPP.org C++11 Cheatsheet</a>).
The goal is to give a concise overview of basic, modern C++. The goal is to give a concise overview of basic, modern C++.