Driving Compilers
Introduction
← →
I remember how pleasant it was to learn to program in C. There were so many good books explaining not only the language but also the standard library. I devoured both The C Programming Language (K&R) by Kernighan/Ritchie and The Standard C Library by P.J. Plauger. Then came Expert C Programming by Van der Linden and finally C: A Reference Manual by Harbison and Steele.
It was an equally enjoyable experience when I took on C++. I found myself unable to put down the Effective C++ ...
Read more at fabiensanglard.net