Skip to content

gelicamarie/Statistics-Canada-Livestock-Report-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Statistics Canada’s Other livestock Report Generator census 2011 - 2016

C++ Program : COMP 2404 Final Project with Christine Laurendeau

About The Projet

Written in : C++ 98 The purpose of this project was to apply Software Engineering conventions learned throughout the course. The program generates 3 different reports based on the given data:

  1. A report listing the percentage breakdown of farms for each region and for each animal in 2016.
  2. A report listing the percent change of each animal in Canada from 2011 - 2016
  3. A report listing the sub region for each region that has the most Horses/Ponies

Documentaion

  • Full : Read Me
  • Further Documentation found in source files

🚀 Building and Running

  1. Navigate to the folder of the program
      cd [program file path]
      e.g. cd comp2404final
    
  2. There are two choices for compilation
  • Choice A:
      make final
    ./final

(To run with valgrind: ) sh valgrind ./final

  • Choice B:
      make final2

About

Final Course Project of COMP2404

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published