Learn how to create libraries with CMake’s “add_library”. Whether you need a static, shared or another type of library, this post has all C++ libraries covered!
Computers, Coding and Caffeine
Learn how to create libraries with CMake’s “add_library”. Whether you need a static, shared or another type of library, this post has all C++ libraries covered!
Base64 is an encoding algorithm for converting any binary data into printable ASCII text, to be sent over the internet. Learn how to base64 encode and decode!