Skip to content

UACPSC/OOPS23-Rainfall-Base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rainfall

Report of average and maximum rainfall

  • rainfall.cpp - Main program
  • demo.csv - Rainfall data
  • demo.txt - Output of rainfall program with demo.csv data
  • CMakeLists.txt - build-generator file
  • README.md

Create build file:

mkdir build
cd build
cmake ..

Build:

make

Run with demo.csv data:

make run

Check design changes:

make check

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published