Is there any good book for Boost library C++ and for Object Oriented Design in C++?
- by ajay
This post is about 2 questions in one:
Good books for Boost C++ library
OO Design in C++. I come from Java background and tend to think in terms of Interfaces, Singletons etc. How do I translate it to C++ or how to start thinking differently for C++
-Ajay