Skip to content

Halila2727/fall-2022-135-lab-pullLab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fall 2022 - Lab 07

Last name: Pawlus

First name: Christopher

GitHub username: CPawlus

Notes: Did not use doctest for testing. Made the unindent.cpp and indent.cpp their own executable files in the Makefile (./unindent and ./indent following lab instructions). Also, the way I programmed the indent was a bit awkward. The brackets that were not main() did not align to the other brackets.

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-CPawlus created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors