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

https://github.com/gregoranders/cxx-playground

C++ Playground
https://github.com/gregoranders/cxx-playground

c-plus-plus cmake cross-platform googletest

Last synced: 8 months ago
JSON representation

C++ Playground

Awesome Lists containing this project

README

          

# [C++](https://en.cppreference.com/w/) Playground

[![License][license-image]][license-url]
[![Issues][issues-image]][issues-url]
[![Master Build][master-build-image]][master-url] [![Development Build][development-build-image]][development-url]

[![Main Language](https://img.shields.io/github/languages/top/gregoranders/cxx-playground)][code-metric-url] [![Languages](https://img.shields.io/github/languages/count/gregoranders/cxx-playground)][code-metric-url] [![Code Size](https://img.shields.io/github/languages/code-size/gregoranders/cxx-playground)][code-metric-url] [![Repo-Size](https://img.shields.io/github/repo-size/gregoranders/cxx-playground)][code-metric-url]

## Development

### Clone repository
```SH
git clone --recursive https://github.com/gregoranders/cxx-playground
```

### Visual Studio Code
```SH
ln -sf build/compile_commands.json .
```

[master-url]: https://github.com/gregoranders/cxx-playground/tree/master
[development-url]: https://github.com/gregoranders/cxx-playground/tree/development
[repository-url]: https://github.com/gregoranders/cxx-playground

[license-url]: https://github.com/gregoranders/cxx-playground/blob/master/LICENSE
[license-image]: https://img.shields.io/github/license/gregoranders/cxx-playground.svg

[issues-url]: https://github.com/gregoranders/cxx-playground/issues
[issues-image]: https://img.shields.io/github/issues-raw/gregoranders/cxx-playground.svg

[master-build-image]: https://github.com/gregoranders/cxx-playground/workflows/Master%20CI/badge.svg
[development-build-image]: https://github.com/gregoranders/cxx-playground/workflows/Development%20CI/badge.svg

[code-issues-url]: https://codeclimate.com/github/gregoranders/cxx-playground/maintainability
[code-issues-image]: https://img.shields.io/codeclimate/issues/gregoranders/cxx-playground

[code-metric-url]: https://github.com/gregoranders/cxx-playground/search?l=C%2B%2B