Skip to content

Dauphine203/cpp_dauphine

Repository files navigation

Binder

cpp_dauphine

C++ courses for Paris Dauphine You can join the gitter chat

Slides

The slides of the different sessions are available online.

Requirements

The following must be installed:

  • cmake
  • git
  • VS 2015 (or 2017) for Windows users

Once you've installed git (or git-for-windows), open a console (or a git-bash) and type

git config --global user.name "your_github_name"
git config --global user.email "your_email"