These are notes from the lectures that I gave at UMIST (University of Manchester Institute of Science and Technology) on Engineering C++. It was basically an introduction to computer programming for absolute beginners.
- Week 1.
Outline of the Course. - Week 2.
Structure of a C++ Program, Basic Maths and Loops. - Week 3.
Arrays, Vectors, Nested Loops - Week 4.
Decision Making, Bubble Sort, Pivoting, Newton-Raphson Method for Finding Roots - Week 5.
Functions, Introduction to Gaussian Elimination - Week 6.
Gaussian Elimination with Back Substitution - Week 7.
Gaussian Elimination with Back Substitution, Cubic Splines - Week 8.
Cubic Splines, Assignment, File Input and Output in C++ - Week 9.
Help with the Assignment