This repository contains materials for C++ lectures given in Master 1 of Fundamental Physics at the University of Paris Sud. It provides slides, courses as well as exercices and piece of code to illustrate the most fundamental ideas behind C++ and the Object Oriented Programming.
To fully use this package, you will need to install the proper Pygments style to match University of Paris Sud colors. The repository address is https://github.com/xgarrido/pygments-styles with the installation commands. Without it, compilation will go fine except that you will get fancy color for the code blocks.
Given the successful installation of the Pygments style, you will need special
orgmode settings to translate the org files into pdf documents. All the
needed code is embedded within this file in the next sections. There is no need
to detangle this file since emacs will do it when you will use the Makefile in
the corresponding directories. So, next step will be to do make within the
different directories.