Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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++
- Host: GitHub
- URL: https://github.com/ungive/adventofcode-2023
- Owner: ungive
- Created: 2023-12-02T20:29:06.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-24T22:35:05.000Z (11 months ago)
- Last Synced: 2024-06-01T19:57:42.763Z (8 months ago)
- Topics: advent-of-code, advent-of-code-2023, cpp
- Language: C++
- Homepage: https://adventofcode.com/2023
- Size: 1.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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