Programming - C++

Example 1 - Text Based Sports League Database

Downloads:

Download the .exe (54 KB):
LeagueExe.zip

Download the Solution with code files(1.9 MB):
LeagueSln.zip

Features/Overview

- Built in Visual C++ 2008.
- Uses external data-file to populate the league.
- Implements, classes, encapsulation, and inheritance.
- Displays league in points order, and then order of goal difference.
- Uses vectors and a bubble sort algorithm to sort the data.