I need an intermediate level C++ book.I had the Deitel&Deitel's "How To Program in C++" which was a very good one as a introductory level book,but now I need and want to go into a bit more detail.(I have an EE background,and currently working in a telecom company which is developing large size projects for telecom operators.)
Can you suggest some good books for the next step?
I have an intention to buy Lippman's "C++ Primer" (not the plus one), what do you think about this book?
The C++ Programming Language is a book on the standard. It's the driest reading you can find and most people use it for reference only. Great information in there, but it's not the next book for your bookshelf.
I recommend these, in [approx.] this order:
Effective C++
Generic Programming and the STL
C++ Gotchas
Design Patterns
C++ Coding Standards
Exceptional C++
(The last two are the best books on C++ that I have ever read and I read a lot!)
The remote proxy calls methods on objects that are (maybe) located on another heap, without letting the caller know. It's probably not THAT hard to do with knowledge of socket programming, but I can't imagine it being just port forwarding :O
i think the 'c++ primer' is very well. and i spend half of one year finish it. when i do the second, it shows me more new knowledge!
it's just my private view!