Skip to content

cjwilliams97/CS_Work

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

CS_Work

Connor Williams

University of Idaho

3/36/2019


This repository contains all my CS course work at the University of Idaho as an undergraduate. It will be periodically updated with new assignments as I work through getting my degree. The intention of this repository is to share my work with colleagues, potential employers, etc. It is password protected and compressed to prevent other UI Computer Science Students from accessing the files. Contact me for the password using the links above.

Most of the code here is in either C or C++. All code may be compiled using a command line and the GCC Compiler for C Programs or the G++ Compiler for C++ Programs.

To compile a C File –

gcc connorsprogram.c -o connorsprogram

For a C++ File –

g++ connorsprogram.cpp -o connorsprogram


Image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published