dholmes215 / cpp-comparison-demo

Demo of comparisons in C++20

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cpp-template

Build clang-format

Template for David's C++ projects.

To build this project you will need:

  • A C++20 compiler (one of MSVC, g++, or clang++)
  • CMake 3.20.3 or later. You could use an older version, but you'll need to modify your CMakeLists.txt accordingly. "Modern CMake" has recommendations on where to get CMake here: https://cliutils.gitlab.io/modern-cmake/chapters/intro/installing.html
  • clang-format and an editor that supports it. You don't strictly need this, but the GitHub Actions will bark at you if you push code that doesn't match .clang_format.

Related Projects

https://github.com/lefticus/cpp_starter_project/: Jason Turner's starter project. This template's compiler warnings CMake configuration was shamelessly stolen from that repo.

https://github.com/TheLartians/ModernCppStarter/: Another starter project template.

About

Demo of comparisons in C++20


Languages

Language:CMake 96.9%Language:C++ 3.1%