This commit is contained in:
Gustavo Oliveira 2024-04-20 16:59:00 +05:30 committed by GitHub
commit d63c311330
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -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)
@ -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)