Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Song manager

Project for OOP seminar 2026

Description

This C++ project demonstrates the use of:

  • functions
  • templates
  • iterators
  • Standard Template Library
  • Qt framework

Requirements

To build and run this application you need to install the followings:

On macOS, you can use these commands (assuming that Homebrew is already installed):

brew install gcc
brew install cmake
brew install qt

Usage

Build the project

cmake -S . -B target
cmake --build target

Run the project

./target/app

Run tests

ctest --test-dir target --output-on-failure

About

Main project for Object-oriented programming 2026

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages