An open API service indexing awesome lists of open source software.

https://github.com/pplmx/learning-cxx


https://github.com/pplmx/learning-cxx

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# learning-cxx

[![Generated by](https://img.shields.io/badge/Generated%20by-x--pt%2Ftemplate-blue)](https://github.com/x-pt/template)
[![CI](https://github.com/pplmx/learning-cxx/workflows/CI/badge.svg)](https://github.com/pplmx/learning-cxx/actions)
[![Coverage Status](https://coveralls.io/repos/github/pplmx/learning-cxx/badge.svg?branch=main)](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).