Skip to content

fall-2022-135-lab-07-anitaprova created by GitHub Classroom

Notifications You must be signed in to change notification settings

vvostrikov10/fall-2022-135-lab-07-anitaprova

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fall 2022 - Lab 07

Last name: Prova

First name: Anita

GitHub username: anitaprova

Notes:

General instructions:

Specific instructions for lab 07

For this lab, it is up to you how to structure and write everything and as such this repo starts mostly empty. It includes doctest.h in case you plan to use it for testing but for this lab doctest.h based tests are not required.

Even though you will decide on what and how to implement your solution, the lab must include the following:

  1. There must be a Makefile that has at least the following targets:
    1. main to build an executable named main.
    2. clean which will get rid of .o files.
    3. If you are using doctest.h you should have a tests target but if you do not, you don’t need this target.
  2. You must include at least one poorly formatted C++ file to test your program on in the repository.
  3. Do not add/commit/push the “fixed” file that your program produces.
  4. If I need to know anything, please write it in the Notes: section above.

About

fall-2022-135-lab-07-anitaprova created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published