December 28th, 2003, 2:48 am
Try Alan Feuer's "The C Puzzle Book". The code is not elegant, but that is not the point of this book.I doubt you'll be getting many straight C questions, if any at all.For C++ once you've been coding for a while, try reading Coplien's "Advanced C++" (referred to as 'The Purple Book'). A warning here, this is an ugly piece of work. There are some real gems in there if you take the time to absorb the material, but Coplien just cannot write (IMHO). He is a very bright man, but can take a leaf out of Rennie and Baxter's book (pun intended) with respect to clarity in writing. Then again, it is called "Advanced C++". I doubt you'll get any questions from that.Stan Lippman's "Inside the C++ Object Model" will give you an idea of what is happening under the hood. Although that book is probably a little dated now, and Lippman worked on the original C-Front iimplementation, but most should still be applicable.My advice in C++ would be to be read Scott Meyers "Effective C++" and "More Effective C++" books, and know STL (I believe Meyer's now has a book called "Effective STL", although I used the book by Musser and Saini).Cheers, J.
Last edited by
jimt on December 27th, 2003, 11:00 pm, edited 1 time in total.