Skip to content

Takes in two files and compares to find the first irregularity.

Notifications You must be signed in to change notification settings

PaysonS/FileComparer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

FileComparer

Takes in two files and compares them to find the first irregularity.

This program takes in two files and removes any comments in the first pass and removes spaces in the second pass if you would like. It then compares each file line by line until there is a difference.

-Compile using g++ main.cpp

-Run with ./a.out

-Input the two files you would like to compare

-Follow the instructions in the terminal

About

Takes in two files and compares to find the first irregularity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages