mirror of
https://github.com/namibia/free-programming-books.git
synced 2024-12-26 08:37:28 +00:00
Added C Cheat Sheet (#4928)
* Updated C++ Cheat Sheet * Added C Cheat Sheet
This commit is contained in:
parent
b962206bda
commit
53e9734c11
@ -1,6 +1,7 @@
|
||||
### Index
|
||||
|
||||
* [Bash](#bash)
|
||||
* [C](#C)
|
||||
* [C++](#c-1)
|
||||
* [Clojure](#clojure)
|
||||
* [Data Science](#data-science)
|
||||
@ -24,6 +25,11 @@
|
||||
* [Bash Scripting cheatsheet](https://devhints.io/bash) Devhints (HTML)
|
||||
|
||||
|
||||
### C
|
||||
|
||||
* [C Reference Card (ANSI)](https://users.ece.utexas.edu/~adnan/c-refcard.pdf) (PDF)
|
||||
|
||||
|
||||
### C++
|
||||
|
||||
* [C++ Quick Reference](https://www.hoomanb.com/cs/quickref/CppQuickRef.pdf) (PDF)
|
||||
|
Loading…
Reference in New Issue
Block a user