https://github.com/wigging/cpp-programs
Examples of C++ programming
https://github.com/wigging/cpp-programs
c-plus-plus cpp
Last synced: 10 months ago
JSON representation
Examples of C++ programming
- Host: GitHub
- URL: https://github.com/wigging/cpp-programs
- Owner: wigging
- License: mit
- Created: 2022-01-16T02:25:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-26T01:49:08.000Z (over 1 year ago)
- Last Synced: 2025-08-21T07:50:35.707Z (10 months ago)
- Topics: c-plus-plus, cpp
- Language: C++
- Homepage: https://gavinw.me/cpp-programs
- Size: 101 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# ⚙️ C++ Programs
The C++ programming language is a grind. Nothing great to say about it. Anyway, this repository and accompanying website provide concise code examples that demonstrate various aspects of C++ programming. The website is available at https://gavinw.me/cpp-programs.
## Examples
Example code is located in the `cpp-projects` and `cpp-scripts` directories.
## Website
The website is available at https://gavinw.me/cpp-programs. It is generated with the [genja tool](https://github.com/wigging/genja). The website is hosted with GitHub Pages from the `docs` folder.
## Contributing
Submit a Pull Request if you would like to contribute to this project. Questions and other comments can be submitted on the Issues page.
## Support
Support this project by using the **:heart: Sponsor** button at the top of this page. Thank you :smile: for your support.
## License
Code in this repository is available under the MIT License - see the [LICENSE](LICENSE.md) file for more information.