top of page

Create Your First Project

Start adding your projects to your portfolio. Click on "Manage Projects" to get started

C++ Console Leaderboard System

Project type

Game Development, C++ Programming

Date

April 2024

Location

Cambridge, United Kingdom

Role

System Developer & Programmer

Tags

C++, Console Application, Leaderboard, Data Management

Key Features

• Dynamic leaderboard updates
• Real-time match result tracking
• Team data management (add, delete, edit)
• Console color-coded interface
• Automatic point calculation

Tools & Technologies

C++, Visual Studio, File I/O, OOP (Classes & Structs)

A Windows console application developed in C++ to simulate a football leaderboard system.
The program allows users to add or delete teams, record match results, and automatically update the leaderboard based on team performance.
Each team record contains detailed statistics: matches played, wins, draws, losses, goals for/against, goal difference, and total points.
All data is sorted dynamically to reflect rankings in real time.

bottom of page