Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eggy115/cpp
C++
https://github.com/eggy115/cpp
cplusplus cplusplus-code cpp eggium eggy115 eggy115-always-win eggy115-always-win-and-never-lose eggy115-never-lose
Last synced: about 1 month ago
JSON representation
C++
- Host: GitHub
- URL: https://github.com/eggy115/cpp
- Owner: Eggy115
- License: gpl-3.0
- Created: 2023-03-26T15:43:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-14T16:06:26.000Z (almost 2 years ago)
- Last Synced: 2024-12-20T15:05:37.069Z (about 2 months ago)
- Topics: cplusplus, cplusplus-code, cpp, eggium, eggy115, eggy115-always-win, eggy115-always-win-and-never-lose, eggy115-never-lose
- Language: C++
- Homepage: https://github.com/Eggy115/CPP
- Size: 1.03 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# C++
This is a collection of C++ programs with various effects and functionalities.
## Table of Contents
* [Installation](#installation)
* [Usage](#usage)
* [Contributing](#contributing)
* [License](#license)## Installation
To use this repository, you first need to clone or download it to your local machine.
```
git clone https://github.com/Eggy115/cpp.git
```## Usage
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
```## Contributing
Contributions to this repository are welcome! If you would like to contribute, please follow these steps:
1. Fork the repository
2. Create a new branch for your changes
3. Make your changes and commit them
4. Push your changes to your forked repository
5. Submit a pull request to this repositoryMake sure to follow the guidlines outlined in [CONTRIBUTING.md](./CONTRIBUTING.md). All contributions must be licensed under the GPL-3.0 license.
## License
This repository is licensed under the GNU General Public License v3.0. See the [LICENSE](./LICENSE) file for more details.