How to use Clang to build DLL (Dynamic Link Library) and using it in C++ under Windows?

Опубликовано: 05 Октябрь 2024
на канале: Tommy Ngo (SW CODING CHANNEL)
1,377
16

In this tutorial, I will walk you to the steps to build a DLL using Clang, and
then turn around and using it in a written C++ application. In addition, I will
give you a comparison of the steps between the gcc/g++ with clang++.
If you like this tutorial, please remember to share, press like and subscribe to help the search algorithm.

#clang
#gcc
#dll
#windows