Skip to content

constcuriosity/advent-of-code-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code C++

All of my Advent of Code exercises written in C++

Setup

  1. Have CMake installed
  2. Have vcpkg installed
    • Make sure to add vcpkg to the PATH and set a VCPKG_ROOT environment variable
  3. Clone this repository, with the --recursive flag to get the submodules
  4. run vcpkg install
  5. Open the new directory as a CMake project in Visual Studio
  6. Add a launch.vs.json file to configure debug settings
    • Set "currentDir" to "${workspaceRoot}"
    • Set "args" to desired setting
      • Arg 1: Exercise Year
      • Arg 2: Exercise Day

About

Advent of Code exercises written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages