Skip to content

eagi223/file_concatenation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

CS485 - Systems Programming
Project 1: File Combiner

Ethan Gibson
Completed: January 28, 2017

---------------
Included Files:
---------------
-combineFiles.c
Source code for the project with comments that describe the functionality of the program.

-README
Describes how to run the program and how the program was tested.

-Makefile
Builds the program.

---------------
Known Bugs
---------------
None known

---------------
Testing
---------------
The program passed the following tests:
-./combineFiles -a test.txt
-./combineFiles -s5 test.txt
-./combineFiles -e5 test.txt
-./combineFiles -a combineFiles
-./combineFiles -s15 combineFiles
-./combineFiles -e20 combineFiles
-./combineFiles -a test.txt -s12 test2.txt -e15 test3.txt -a -

The program failed as expected with the errors displayed for the following testss:
-./combineFiles -a -s4 -missingfile (file not found)

About

UK CS 485 - Systems Programming

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published