Skip to content

stevesarb/CS374_Ass1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

To compile the program:
    1. Set working directory to the directory this README.txt file is stored in
    2. In the command line, enter: gcc ./code/*.c -o movies
        a. This will compile all of the .c files together and create an executable called movies
    
To run the executable:
    1. Set the working directory to the directory that contains the executable named movies
    2. In the command line, enter: ./movies [PATH_TO_MOVIES_FILE]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages