Forráskód Böngészése

Removed Unauthorised Links.

Added purchase link to the K&R C Book [ANSI]
Saptarshi Sarkar 2 éve
szülő
commit
18e863f3c5
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      programming-language-resources.md

+ 1 - 1
programming-language-resources.md

@@ -2,7 +2,7 @@
 
 - C
   - [ANSI C Cheat Sheet](<https://github.com/jwasham/coding-interview-university/blob/main/extras/cheat%20sheets/C%20Reference%20Card%20(ANSI)%202.2.pdf>)
-  - [K&R C book (ANSI C)](https://www.edutechlearners.com/download/books/The%20C%20Programming%20Language%20by%20Kernighan%20&%20Ritchie%20PDF.pdf)
+  - [K&R C book (ANSI C)](https://www.amazon.com/Programming-Language-2nd-Brian-Kernighan/dp/0131103628)
   - [Make, Clang (video)](https://www.youtube.com/watch?v=U3zCxnj2w8M)
   - GDB:
     - [Harvard CS50 - GDB (video)](https://www.youtube.com/watch?v=USPvePv1uzE)