Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 682 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 682 Bytes

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"