Creating Libraries with CMake: Official Tutorial Step 2

Creating Libraries with CMake: Official Tutorial Step 2

Previous Highlights: CMake Hello, World CMake Variables CMake Official Tutorial (Basic Project Setup) Following the previous article, we will start creating a library. This article corresponds to Step 2 of the official tutorial, and after reading it, you will gain the following knowledge: 1. Creating Library Programs 2. Controlling Compilation via Option Definitions 3. Defining … Read more

Advanced Preprocessor in C Language: How It Simplifies Our Work

Advanced Preprocessor in C Language: How It Simplifies Our Work

Advanced Preprocessor in C Language Welcome to today’s C language class. The topic we are going to discuss is – the advanced preprocessor in C language. When you hear the word “preprocessor”, do you find it a bit difficult to understand? In fact, the preprocessor is like a “behind-the-scenes director”. Before the compiler comes into … Read more