Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ungive/adventofcode-2023

Solutions to the Advent of Code 2023 problems, written in C++
https://github.com/ungive/adventofcode-2023

advent-of-code advent-of-code-2023 cpp

Last synced: 2 months ago
JSON representation

Solutions to the Advent of Code 2023 problems, written in C++

Awesome Lists containing this project

README

        

# Advent of Code (2023)

C++ project to solve 2023's Advent of Code challenges and learn some more C++.

https://adventofcode.com/2023

## Goals

- Getting more comfortable with C++, its more intricate language features and its standard library
- Learning to use CMake as a build system to compile C++ executables and libraries
- Using Windows and Visual Studio to develop software, instead of only on Linux
- Perhaps learning to use some third-party C++ libraries
- Using GTest for tests and ensuring clean code that can be easily refactored