You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: books/free-programming-books-langs.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -441,8 +441,8 @@ Books on general-purpose programming that don't focus on a specific language are
441
441
*[A Tutorial on Pointers and Arrays in C](https://web.archive.org/web/20180827131006/http://home.earthlink.net/~momotuk/pointers.pdf) - Ted Jensen (PDF) *(:card_file_box: archived)*
442
442
*[Algorithms Design (in C)](https://www.ime.usp.br/~pf/algorithms/) - Paulo Feofiloff (HTML)
443
443
*[Bare-metal programming for ARM](https://github.com/umanovskis/baremetal-arm) - Daniels Umanovskis [(PDF)](http://umanovskis.se/files/arm-baremetal-ebook.pdf)
444
-
*[Beej's Guide to C Programming](http://beej.us/guide/bgc/) - Brian "Beej Jorgensen" Hall (HTML, PDF)
445
-
*[Beej's Guide to the GNU Debugger (GDB)](http://beej.us/guide/bggdb/) - Brian "Beej Jorgensen" Hall (HTML)
444
+
*[Beej's Guide to C Programming](http://beej.us/guide/bgc/) - Brian "Beej Jorgensen" Hall (HTML, PDF) (CC BY-NC-ND)
445
+
*[Beej's Guide to the GNU Debugger (GDB)](http://beej.us/guide/bggdb/) - Brian "Beej Jorgensen" Hall (HTML) (CC BY-NC-ND)
446
446
*[Build Your Own Lisp](http://www.buildyourownlisp.com) - Daniel Holden
447
447
*[Build Your Own Redis with C/C++](https://build-your-own.org) - build-your-own.org (HTML) (:construction:*in process*)
448
448
*[C Elements of Style](http://www.oualline.com/books.free/style/) - Steve Oualline
@@ -550,7 +550,7 @@ Books on general-purpose programming that don't focus on a specific language are
550
550
*[Programming Fundamentals - A Modular Structured Approach using C++](https://archive.org/details/cnx-org-col10621/mode/1up) - Kenneth Leroy Busbee (PDF)
551
551
*[Software Design Using C++](http://cis.stvincent.edu/html/tutorials/swd/) - Br. David Carlson, Br. Isidore Minerd
552
552
*[Software optimization resources](http://www.agner.org/optimize/) - Agner Fog
553
-
*[The Boost C++ libraries](http://theboostcpplibraries.com) - Boris Schäling (HTML)
553
+
*[The Boost C++ libraries](http://theboostcpplibraries.com) - Boris Schäling (HTML) (CC BY-NC-ND)
554
554
*[The Rook's Guide to C++](http://rooksguide.org/2013/11/26/version-1-0-is-out/) - Jeremy Hansen (PDF)
555
555
*[The Ultimate Question of Programming, Refactoring, and Everything](https://www.gitbook.com/book/alexastva/the-ultimate-question-of-programming-refactoring-/details)
556
556
*[Think C++: How To Think Like a Computer Scientist](https://greenteapress.com/wp/think-c/) - Allen B. Downey (PDF)
0 commit comments