• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

C++: Walter Savitch

Problem Solving with C++ is for absolutely beginners. I used the early version of that book when I took C++ in '97. It's easy to learn from that book if you have not programmed before. It's in 7th edition now.
Absolute C++ came out later which is marketed to beginning and intermediate programmers. It's a bit less hand holding than the other book.
 
Problem Solving with C++ is for absolutely beginners. I used the early version of that book when I took C++ in '97. It's easy to learn from that book if you have not programmed before. It's in 7th edition now.
Absolute C++ came out later which is marketed to beginning and intermediate programmers. It's a bit less hand holding than the other book.
How many months should it take for a person with no previous programming experience to finish 'Problem solving with c++'? I can give 3-4 hours daily.
 
How many months should it take for a person with no previous programming experience to finish 'Problem solving with c++'? I can give 3-4 hours daily.
It is possible to spend [1,4]hours just getting code to compile. But it goes with the territory.
With no programming experience doing C++ on your own will almost be impossible (IN GENERAL).
You might have a very frustrating time, but what do I know :)

The structural solution is QN C++ course.
 
Last edited:
Back
Top