- Joined
- 1/17/13
- Messages
- 2
- Points
- 11
Dear All,
What good C++ books would you suggest for a beginner?
Thanks!
Levon
What good C++ books would you suggest for a beginner?
Thanks!
Levon
Try "C++ Programming: An Introduction" by Michael McMillan
http://www.profmcmillan.com/sample1.pdf said:That last word is “end ell”, not “end 1”, but many beginning C++ programmers mistake the “ell” for a “1”, and it causes the next thing to be printed to start on a new line. In other words, it forces the compiler to perform a newline command.
int main(<System::String ^> args)
Try "C++ Programming: An Introduction" by Michael McMillan and "Numerical Methods in Finance with C++" by Capinski and Zastawniak.
Do you think that i can start with Capinski when i have no expierence with c++ (only 150 hours C).
Thank you!The authors claim no C++ prereq is required and glancing at the contents of the book I believe them: they'll teach you the necessary parts as you go along. If you want something to accompany the book try Allain's recent Jumping into C++.