https://github.com/pplmx/learning-cxx
https://github.com/pplmx/learning-cxx
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pplmx/learning-cxx
- Owner: pplmx
- License: apache-2.0
- Created: 2025-08-31T04:33:51.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-31T04:51:00.000Z (11 months ago)
- Last Synced: 2025-08-31T06:23:39.435Z (11 months ago)
- Language: CMake
- Size: 104 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# learning-cxx
[](https://github.com/x-pt/template)
[](https://github.com/pplmx/learning-cxx/actions)
[](https://coveralls.io/github/pplmx/learning-cxx?branch=main)
## Installation
### Build
- Ensure you have a C++ compiler installed (e.g., `g++`, `clang++`).
- Install [CMake](https://cmake.org/install/) and any necessary dependencies.
- Clone the repository:
```sh
git clone https://github.com/pplmx/learning-cxx.git
cd learning-cxx
make build
make run
make test
```
## License
Licensed under either of
- Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.
See [CONTRIBUTING.md](CONTRIBUTING.md).