Physics 20 Reading List #7
First, read Sec. 16.1 of Numerical Recipes, on the Runge-Kutta method.
Second, on object-oriented programming, see this rather complete article in the Wikipedia (follow your whim in following hyperlinks). Read also C++ creator Bjarne Stroustrup's What is "Object-Oriented" Programming.
Learn about OOP in C++:
- in your favorite manual;
- in this C++ tutorial on classes;
- in these tutorials on classes and on operator overloading.
You should at the very least have an understanding of
and of operator overloading. Read the hints at the end of the assignment for more help.
Second, on object-oriented programming, see this rather complete article in the Wikipedia (follow your whim in following hyperlinks). Read also C++ creator Bjarne Stroustrup's What is "Object-Oriented" Programming.
Learn about OOP in C++:
- in your favorite manual;
- in this C++ tutorial on classes;
- in these tutorials on classes and on operator overloading.
You should at the very least have an understanding of
class definitions, of class objects, of class methods (including constructors),and of operator overloading. Read the hints at the end of the assignment for more help.

0 Comments:
Post a Comment
<< Home