Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 389 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 389 Bytes

How to run:

Regular Make commands:

  • make all: Builds and generates executable
  • make clean: Cleans build directory
  • make run: Builds and runs the unit test for each executable

Contents

  • .\question1\ Program for Question 1
  • .\question2\ Program for Question 2
  • .\question3\ Program for Question 3, 4, and 5

Prerequisites

To build we need:

  • g++ compiler
  • C++11