This is a repository for my Introduction to C/C++ Programming class. It will contain all of the projects and assignments that I complete for this class.
The code in this repository will be written mostly, if not all, in C++. You can run the code by following the instructions below.
- C++ compiler (e.g., g++)
- Terminal or Command Prompt
To run the C++ code, you will need to have a C++ compiler installed on your computer. You can use a compiler like g++ to compile the code.
Once you have a C++ compiler installed, you can compile and run the code by executing the following commands in the terminal:
g++ <filename>.cpp -o <filename>
./<filename>Replace <filename> with the name of the C++ file you want to run.
Contributions are not accepted at this time. This repository is for educational purposes only.
This repository is licensed under the Apache 2.0 License.