feewet / cpp-examples

C++ Examples

Home Page:http://haroldhyatt.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cpp-examples

C++ Examples for Harold Hyatt.

This program is a series of C++ examples to show some sorting algorithms and basic software development skills. This program reads car data from a file and allows the user to run operations on the data such as sorting cars, adding and removing cars, and printing the list of cars.

Running

In terminal run: make

Then to run the program: ./main

About

C++ Examples

http://haroldhyatt.com


Languages

Language:C++ 94.9%Language:Makefile 5.1%