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
- Host: GitHub
- URL: https://github.com/gregoranders/cxx-playground
- Owner: gregoranders
- License: mit
- Created: 2020-03-29T15:02:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-30T15:59:00.000Z (about 6 years ago)
- Last Synced: 2025-03-09T21:28:29.809Z (over 1 year ago)
- Topics: c-plus-plus, cmake, cross-platform, googletest
- Language: CMake
- Homepage: https://gregoranders.github.io/cxx-playground/
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]
[][code-metric-url] [][code-metric-url] [][code-metric-url] [][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