is there any good book about c++ class?
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
hi i m quite newbie at computer programming and i need more detailed information about classes at c++.is there any good detailed book about classes at c++
-
hi i m quite newbie at computer programming and i need more detailed information about classes at c++.is there any good detailed book about classes at c++
An introductory book could be "Stroustrup: Programming -- Principles and Practice Using C++ (Second Edition)"[^]. More advanced books comes from the same author. Another precious book, written by Josuttis covers the
C++
standard library: Nicolai M. Josuttis: The C++ Standard Library, 2nd edition[^]. Freely available, though bit dated, there are the Eckel's ones: Bruce Eckel's MindView, Inc: Thinking in C++ 2nd Edition by Bruce Eckel[^].