|
|
|
|
|
by nadam
5726 days ago
|
|
Probably I would not suggest this book otherwise, but if you are an experienced C programmer then Bruce Eckel's 'Thinking in C++' book might be for you. It explains to C programmers why object orientation is a good thing. It gradually shifts from C to C++. (If I remember correctly; I've read that book long years ago.) You can freely download the book: http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html |
|