SUMOTorrent.com RSS Feed
Posted: September 6th, 2008, 9:27pm CEST
Some very useful programming manuals, and mostly reference manuals.
List:
The C++ Complete Reference --The only book you need to learn c++ programming, very good book written by one of the guys who created the c++ standard. It explains all the aspects of c++ object oriented programming and also the C subset, also both c and c++ standard libraries and the STL library...
Beej' Networking tutorial- A very good tutorial about network (socket) programming in unix using the c programming language.
Multiple books and tutorials about OpenGL programming
Debugging with GDB manual...
Assembly documentations and references: Intel x86 assembly Reference, Sun x86 assembly reference manual...and other
Also contains several reference cards - these are very useful if you're a beggining programmer or haven't programmed in a while...you probably want to print them...
This e-book compilation is mainly suitable for unix developers, but you could use nearly all of it in windows with MingW...
Full download