Data Analysis Using C++
This little course is based on a little C++ introduction I gave about 2 years ago. I want to show you some concepts of object-oriented programming, and show you some examples which get you started.
The code examples are available on the Web, so you can go and run the examples on your own (highly recommended!). There are often different versions of a certain solution, so the “best” or “final” one is marked as such.
This is no substitute for two or three good books, or for the “design patterns” book.
We will assume some familiarity with C, and with a procedural language such as Fortran.
There will be examples from your everyday life as a physicist later in this course, but there will be other simple examples first to show some basic concepts. Bear with me.
Getting you started with C++ and OO