This is a collection of C++ programs with various effects and functionalities.
To use this repository, you first need to clone or download it to your local machine.
git clone https://github.com/Eggy115/cpp.git
This repository contains multiple C++ programs with various effects and functionalities. To use any of these programs, simply navigate to the program's directory and compile it using a C++ compiler.
cd cpp/program-directory/
g++ program.cpp -o program
./program
Contributions to this repository are welcome! If you would like to contribute, please follow these steps:
- Fork the repository
- Create a new branch for your changes
- Make your changes and commit them
- Push your changes to your forked repository
- Submit a pull request to this repository
Make sure to follow the guidlines outlined in CONTRIBUTING.md. All contributions must be licensed under the GPL-3.0 license.
This repository is licensed under the GNU General Public License v3.0. See the LICENSE file for more details.