https://github.com/canytr/cpp20
Cpp20 Cource
https://github.com/canytr/cpp20
cpp cpp-course cpp20 cpp20-modules snippets
Last synced: about 1 month ago
JSON representation
Cpp20 Cource
- Host: GitHub
- URL: https://github.com/canytr/cpp20
- Owner: Canytr
- Created: 2023-02-02T08:45:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-03T20:18:04.000Z (about 2 years ago)
- Last Synced: 2025-03-01T16:48:08.112Z (10 months ago)
- Topics: cpp, cpp-course, cpp20, cpp20-modules, snippets
- Language: C++
- Homepage:
- Size: 81.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cpp20
This repository contains examples of C++20 features and code snippets that demonstrate their usage.
## Getting Started
To use the code in this repository, you'll need to have a C++20 compiler installed on your system. We recommend using GCC or Clang as they both support the latest C++20 features.
You can compile and run the code using the following commands:
shell
Copy code
$ g++ -std=c++20 example.cpp -o example
$ ./example
Contents
The repository contains the following directories:
## Examples
This directory contains standalone examples that demonstrate how to use specific C++20 features.
## Snippets
This directory contains code snippets that illustrate specific C++20 features or best practices.
## Contributing
We welcome contributions to this repository in the form of bug fixes, feature additions, and documentation improvements. If you would like to contribute, please submit a pull request with your changes.
## License
This code is released under the MIT License. See the LICENSE file for details.