Linking Libraries in C++

Introduction The goal of this post is to analyse the key differences between linking libraries in .NET and C++. The idea is to explore what are the pitfalls when planning how to structure your components in a reusable way. The focus is on the C++ side. The .NET aspects here will be more to demonstrate … Continue reading Linking Libraries in C++