Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liplum/secourseproject
It's my course projects of Software Engineering.
https://github.com/liplum/secourseproject
cmake course-project cpp
Last synced: about 4 hours ago
JSON representation
It's my course projects of Software Engineering.
- Host: GitHub
- URL: https://github.com/liplum/secourseproject
- Owner: liplum
- Created: 2023-06-05T01:47:42.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-28T14:34:38.000Z (9 months ago)
- Last Synced: 2024-04-18T03:04:47.434Z (7 months ago)
- Topics: cmake, course-project, cpp
- Language: C++
- Homepage:
- Size: 155 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Software Engineering Course Project
My course projects of Software Engineering.
## Features
- Writing in pure C++ 23
- Using CMake (^3.24) to build the project and FetchContent to install libraries.
- Using [nlohmann_json](https://github.com/nlohmann/json.git) for serialization.
- Using [Catch2](https://github.com/catchorg/Catch2.git) for unit testing.
- Building two executables, one for main program, and other for testing purpose.