Skip to content

luuil/cpp-primer-5th

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp-primer-5th

cpp primer 5th answers

requirements

  • CMake 3.1+
  • VS 2015+

build on windows

  • 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

Releases

No releases published

Packages

No packages published

Languages