Skip to content

mfahn/CPP

Repository files navigation

Overview

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.

Prerequisites

Windows

  1. Install MinGW compiler for Windows http://mingw-w64.org/doku.php/download
  2. Follow the installation
  3. Add the folder containing MINGW to the PATH Variable

Linux

  1. No prerequisites are required with Linux because Linux is cool
  2. See #1

How to Use

Windows

Compile

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

Run

a

Linux

Compile

g++ filename.cpp

Run

./a.out

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published