cpp primer 5th answers
- CMake 3.1+
- VS 2015+
- clone this repo
- open local repo path
- use CMake GUI build the vs project. Or open prompt
in current repo directory(
shift + right-click
), and:%repo-path%> mkdir build %repo-path%> cd build %repo-path%> cmake ..
- open with vs2015+
- enjoy