1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-09-27 11:59:01 +00:00
This commit is contained in:
Mojtahedi 2013-12-11 13:27:07 +03:30
commit 929dcb34c2

View File

@ -33,6 +33,7 @@
* [Bash](#bash) * [Bash](#bash)
* [C](#c) * [C](#c)
* [C++](#c-1) * [C++](#c-1)
* [C#](#c--c)
* [Clojure](#clojure) * [Clojure](#clojure)
* [COBOL](#cobol) * [COBOL](#cobol)
* [CoffeeScript](#coffeescript) * [CoffeeScript](#coffeescript)
@ -499,6 +500,11 @@
* [The Boost C++ libraries](http://en.highscore.de/cpp/boost) * [The Boost C++ libraries](http://en.highscore.de/cpp/boost)
* [C++ Cookbook](http://staff.ppu.edu/dkhalid/O'Reilly%20-%20C++%20Cookbook%20%282007%29.pdf) (PDF) * [C++ Cookbook](http://staff.ppu.edu/dkhalid/O'Reilly%20-%20C++%20Cookbook%20%282007%29.pdf) (PDF)
* [The Rook's Guide to C++](http://rooksguide.org/2013/11/26/version-1-0-is-out/) (PDF) * [The Rook's Guide to C++](http://rooksguide.org/2013/11/26/version-1-0-is-out/) (PDF)
=======
###C#
* [Intro to Programming with C#](http://www.introprogramming.info/english-intro-csharp-book/)
###Clojure ###Clojure
* [A Brief Beginners Guide To Clojure](http://www.unexpected-vortices.com/clojure/brief-beginners-guide/) * [A Brief Beginners Guide To Clojure](http://www.unexpected-vortices.com/clojure/brief-beginners-guide/)