CMake, Tests and Tooling for C/C++ Projects [2024 Edition]
Learn to master modern CMake Projects, Unit Tests, Continuous Tools and more to use in your daily C/C++ workflow!
Created by Jan Schaffranek | 4.5 hours of video course
This exciting Best CMake Course provides solid knowledge about CMake and its use with other professional tools. Very comprehensive CMake course for anyone interested in creating and maintaining professional software projects (in this case C++). Besides the basic understanding of Makefiles and the detailed introduction to CMake, best practices are not missed out. Working with GitHub, continuous integration tools, gtest and a benchmarking framework is also included.
You want to take the next step as a C/C++ developer to get a professional foothold in these exciting languages? Then this CMake course is the right one for you.
This CMake Full Course consists of the following topics:
- Installing the software for Windows, Linux and Mac
- Works for any GCC, Clang and MSVC Compiler
- CMake Tutorial (Libraries, Targets, Install etc.)
- Doxygen Documentation
- VCPKG and Conan Package Manager
- Unit Testing with Catch2
- Code Coverage and CI Testing
- Tooling: LTO, Clang-Tidy, Clang-Format, pre-commit, cmake-format
- Tooling: Sanitizers, Workflow in VSCode and VS2024
- Debugging and Running the Software.
Recommended Course by Jan Schaffranek
The Complete Guide: Visual Studio Code [VSCode] 2024 Edition
Python: Coding Guidelines, Tools, Tests and Packages [2024]
What you’ll learn in CMake Course
- CMake (Command Line and GUI)
- Create modern C/C++ Projects
- Use external Projects via Git, Conan and VCPKG
- Automate the HTML Documentation of your code
- Unit Testing with Catch2
- Code Coverage of the Unit Tests
- Continuous Integration with Github Actions
- Tooling: Clang-Format, Clang-Tidy, Cppcheck