Skip to content

Glowstudent777/Intro-To-Cpp

Repository files navigation

Introduction to C/C++ Programming

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.

Running the code

The code in this repository will be written mostly, if not all, in C++. You can run the code by following the instructions below.

Prerequisites

  • C++ compiler (e.g., g++)
  • Terminal or Command Prompt

C++

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.

Contributing

Contributions are not accepted at this time. This repository is for educational purposes only.

License

This repository is licensed under the Apache 2.0 License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

No packages published

Languages