Skip to content

Contains dictionary 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/CS2010Assignment1

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 dictionary": : Allows you to compile and link the code into an executable.
"make clean" : Deletes .o files and executable file.
"make dictionary.o" : Allows you to only compile the code.
"./dictionary < 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: 

About

Contains dictionary 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