Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ _Please read [contribution guidelines](contributing.md) before contributing._
- [Assembly](#assembly)
- [C](#c)
- [C++](#c-1)
- [C#](#c-2)
- [D](#d)
- [Go](#go)
- [Clojure](#clojure)
Expand Down Expand Up @@ -797,6 +798,10 @@ _Please read [contribution guidelines](contributing.md) before contributing._
- [📕 A Tour of C++ (2013)](https://www.goodreads.com/book/show/18197265-a-tour-of-c) - Very concise, updates readers with prior knowledge of C++ to modern C++11.
- [📕 Beginning C++ Through Game Programming (2004)](https://www.goodreads.com/book/show/852335.Beginning_C_Through_Game_Programming)

### C#

- [📖 Fundamentals of Computer Programming with C# (2013)](https://www.introprogramming.info/wp-content/uploads/2013/07/Books/CSharpEn/Fundamentals-of-Computer-Programming-with-CSharp-Nakov-eBook-v2013.pdf)

### Clojure

- [📕 Elements of Clojure (2017)](https://www.goodreads.com/book/show/31159768-elements-of-clojure)
Expand Down