Skip to content

Contains driver.cpp, memory.cpp, and memory.h , a README text file, and a makefile.

Notifications You must be signed in to change notification settings

BlazPocrnja/CS2010Lab4

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

Press Ctrl + Z to abort program at any time.

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


About

Contains driver.cpp, memory.cpp, and memory.h , a README text file, and a makefile.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published