Social Network 1.0.0
The second major course output (MCO2) for CCDSALG.
Loading...
Searching...
No Matches
Social Network

TODO: Long Description

Compilation

Set up the platform-specific build process:

cmake -B ./build/ -S ./

Build and compile the libraries and the program:

cmake --build ./build/ --target social_network

Usage

MacOS and Linux:

./bin/social_network

Windows:

.\bin\social_network.exe

Flattening for Submission

Submission requires all source files compressed in a zip file without folders.

The source files can be flattened using a PowerShell script:

.\Flatten-SourceFiles.ps1
pwsh ./Flatten-SourceFiles.ps1

DLSU Seal CCS Logo

De La Salle University (Undergraduate)

This repository contains the source code of my group’s machine project for Data Structures and Algorithms (Term 3, A.Y. 2024-25).