- I need a book that will teach C++ concepts quickly and has clarity (preferably Linux).
- Instead of going through all those basics like variables, if then else, while loop for loop, structres, etc ... it should tell you the real-life concepts (virtual table/ polymorphism/ overloading/ templates/ libraries/ how to break projects into header files & source files ) etc ... topics that are in everyday use in industry applications.
- like I choose a topic and the book has a succint explaination.
- Suppose a programmer who can refer a perl book and get a job done as per requirement, but C++ looks a bit lenghty.
I'd say go here: http://www.cplusplus.com/doc/tutorial/ and skip down to the advanced topics section. Come back here with any specific questions and we can help fill in any blanks.