This repository includes coursework that I completed in CSC 300 where the class focused on algorithm optimization, memory management, stacks, queues, link-lists, and trees in C Plus Plus.
- Install MinGW compiler for Windows http://mingw-w64.org/doku.php/download
- Follow the installation
- Add the folder containing MINGW to the PATH Variable
- No prerequisites are required with Linux because Linux is cool
- See #1
g++ filename.cpp
If using Header files, compile them before the CPP file containing the main function
Example: g++ header.h header2.h main.cpp
a
g++ filename.cpp
./a.out