You can get it used for 12 bucks on Amazon and it's the most straight forward, no nonsense OOP for C++ available. It will show you countless examples of Polymorphism, Friend functions, Name hiding, Name overriding, introduction to STL, etc.
The rest can be googled or found in the reference section of this site.
I tried planet source, its pretty crap. Codes do not run with lots of debugging issues. Therefore if there is anyone of you with decent c++ (running codes) please share.
UNIX Bash Programming will help as well. I'm facing some difficulties here, its always good to have guidance from 1 source(person).
I do have some books, but well its just touching on the surface.
However I want to see how do they write codes, for instance :
When is it applicable to use functions like push_back , stringstream.
Is there anyone who can contribute their codes ?
Perhaps a neatly written code will benefit begiinners like me