Browse Source

C++, Java, Go Cheatsheets Added (#6258)

* C++ Java Go R Cheatsheets Added

* fixed alphabetical order

* R removed and other source updated

* name updated

* fix Go name
Vashishth Patel 4 years ago
parent
commit
261175602a
1 changed files with 3 additions and 0 deletions
  1. 3 0
      more/free-programming-cheatsheets.md

+ 3 - 0
more/free-programming-cheatsheets.md

@@ -58,6 +58,7 @@
 
 ### <a name="cpp"></a>C++
 
+* [C++ Cheatsheet](https://www.codewithharry.com/blogpost/cpp-cheatsheet) - CodeWithHarry (HTML)
 * [C++ Quick Reference](http://www.hoomanb.com/cs/quickref/CppQuickRef.pdf) - Hooman Baradaran (PDF)
 
 
@@ -83,6 +84,7 @@
 ### Go
 
 * [cht.sh Go Cheatsheet](https://cht.sh/go/:learn)
+* [Go Cheatsheet](https://devhints.io/go) - devhints, Rico Santa Cruz (HTML)
 
 
 ### HTML / CSS
@@ -107,6 +109,7 @@
 ### Java
 
 * [Java](https://programmingwithmosh.com/wp-content/uploads/2019/07/Java-Cheat-Sheet.pdf) (PDF)
+* [Java Cheatsheet](https://www.codewithharry.com/blogpost/java-cheatsheet) - CodeWithHarry (HTML)
 
 
 ### JavaScript