Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.