DEV Community

Cover image for Conan Zero to Hero: A Beginner’s Guide with a Practical Project Example Using gtest
Francis
Francis

Posted on

Conan Zero to Hero: A Beginner’s Guide with a Practical Project Example Using gtest

Conan is an open-source, cross-platform package manager designed to simplify the process of managing and distributing C and C++ libraries. It helps developers handle dependencies efficiently by providing a centralized system to package, share, and reuse code. Conan is particularly useful for managing dependencies in C and C++ projects, where manual management can become complex.

let us use conan to write an actual gtest project.

https://levelup.gitconnected.com/conan-zero-to-hero-a-beginners-guide-with-a-practical-project-example-using-gtest-1299baac970e

Top comments (0)