1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-05-31 21:40:48 +00:00

two books added

for c and c++
This commit is contained in:
varanus 2014-02-19 16:43:37 +01:00
parent 6a6028b0b0
commit 2b2eb2c225

View File

@ -45,13 +45,14 @@
###C
* [C von A bis Z](http://openbook.galileocomputing.de/c_von_a_bis_z/)
* [Softwareentwicklung in C](http://www.klausschmaranz.com/Downloads/SoftwareentwicklungInC.pdf)
* [Softwareentwicklung in C](http://www.asc.tuwien.ac.at/~eprog/download/schmaranz.pdf)
###C++
* [Die Boost C++ Bibliotheken](http://www.highscore.de/cpp/boost/)
* [Programmieren in C++: Einführung](http://www.highscore.de/cpp/einfuehrung/)
* [Programmieren in C++: Aufbau](http://www.highscore.de/cpp/aufbau/)
* [Softwareprogrammierung in C++] (http://www.iaik.tugraz.at/content/teaching/bachelor_courses/betriebssysteme/downloads/schmaranz2.pdf)
###C Sharp