Skip to content

Contains main and dictionary function program code in C++, a README text file, a makefile, and a text file for input.

Notifications You must be signed in to change notification settings

BlazPocrnja/CS2010Assignment2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Author: Blaz Pocrnja

The following commands are to run the program from the Terminal window.


"make" or "make main": : Allows you to compile and link the code into an executable.
"make clean" : Deletes .o files and executable file.
"make main.o" and/or "make dictionary.o" : Allows you to only compile each .cpp file.
"./main < MyTextFile.dat" runs the executable with a given text file as input in the Assignment1 folder.

Press Ctrl + Z to abort program at any time.

Github Repository URL: https://github.com/BlazPocrnja/CS2010Assignment2.git


About

Contains main and dictionary function program code in C++, a README text file, a makefile, and a text file for input.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages