Google Test is the most popular testing framework for C++. In this post, you will learn how to integrate GTest into your CMake project in three different ways!
Computers, Coding and Caffeine
Google Test is the most popular testing framework for C++. In this post, you will learn how to integrate GTest into your CMake project in three different ways!
Gradient descent and linear regression go hand in hand. In this post, you will learn the theory and implementation behind these cool machine learning topics!