Sfoglia il codice sorgente

Updated C++ Cheat Sheet (#4925)

Ashwin Kumar Ramaswamy 5 anni fa
parent
commit
ae9b948247
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6 0
      free-programming-cheatsheets.md

+ 6 - 0
free-programming-cheatsheets.md

@@ -1,6 +1,7 @@
 ### Index
 
 * [Bash](#bash)
+* [C++](#c-1)
 * [Clojure](#clojure)
 * [Data Science](#data-science)
 * [Git](#git)
@@ -23,6 +24,11 @@
 * [Bash Scripting cheatsheet](https://devhints.io/bash) Devhints (HTML)
 
 
+### C++
+
+* [C++ Quick Reference](https://www.hoomanb.com/cs/quickref/CppQuickRef.pdf) (PDF)
+
+
 ### Clojure
 
 * [Clojure Cheatsheet](http://clojure.org/cheatsheet)