Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gbowne1/random_c_cpp_programs
A collection of my random opensource C and C++ programs
https://github.com/gbowne1/random_c_cpp_programs
c cpp math mathematics program random utilities utility
Last synced: about 2 hours ago
JSON representation
A collection of my random opensource C and C++ programs
- Host: GitHub
- URL: https://github.com/gbowne1/random_c_cpp_programs
- Owner: gbowne1
- License: mit
- Created: 2024-01-21T02:34:20.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T04:24:59.000Z (22 days ago)
- Last Synced: 2024-10-17T18:37:18.053Z (21 days ago)
- Topics: c, cpp, math, mathematics, program, random, utilities, utility
- Language: C
- Homepage:
- Size: 3.41 MB
- Stars: 3
- Watchers: 1
- Forks: 6
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# random_c_cpp_programs
[![C++](https://img.shields.io/badge/C++-Solutions-blue.svg?style=flat&logo=c%2B%2B)](https://your-link)
[![C](https://img.shields.io/badge/C-Solutions-blue.svg?style=flat&logo=c)](https://your-link)This is a random collection of programs I have made for doing various things in C or c++.
## Installation
These do not need to be installed but can be compiled and run with most C and C++ compilers like the gcc and GNU set of compilers.
## Usage
You can compile and run these programs with most C and C++ compilers.
## Contributing
Clone or fork this project. Please feel free to contribute to this. Bug reports and Pull Requests on this are welcome.
Please make a commit change or PR branch with an appropriate name for change and PR back to main.## License
These are all licensed under the MIT license which is included with this repository