- Joined
- 5/26/21
- Messages
- 34
- Points
- 118
Hi, see FAQ: C++ for Financial Engineering Online CourseHi,
I'm a fresh student in this program who is not really familiar with C/C++. Are there any recommended reference books for tyro to read? Combining the videos and lectures.
Thanks!
Thanks~highly recommend the C programming language book in FAQ link. Coincides nicely with the first two levels. After that, the Primer plus is good, although a little long winded. C++ Primer by Lippman is good, and C++ tour by Bjarne is also a nice short book. Duffy's book is also really good for the later levels.
It is probably pre-C++11 so it won't age well.
Hefty price
// Again, does the author provide runnable code?(?)
// I see some C++11 easy features (auto, lambda); new and delete are used, but smart pointers are more up-market
// "using" >> "typeedef" (latter not work on templates ... yuge problem for real code).