Skip to content

  • Home

Category: information

include in c (preprocessor directive)

October 13, 2025
 |  No Comments
 |  C, information, preprocessor-directives
The #include directive in C tells the preprocessor to look for a header file (.h) and copy its contents into the source file (.c) The […]

preprocessor directives in c: include guard

 |  No Comments
 |  C, information, interface, preprocessor-directives
files are included without causing conflicts The Problem: Multiple Inclusion The compiler only allows structures, functions or types to be defined once The following three […]

structs in C

October 12, 2025
 |  No Comments
 |  C, information, struct, structure, typedef
Using structs allows you to group variables of different data types under a single name. It’s the primary tool in C for creating complex user-defined […]

static library vs dynamic library (in C)

October 11, 2025
 |  No Comments
 |  C, dynamic-library, information, new-library, static-library
The choice between one or the other has a direct impact on program size, portability and maintenance the extensions: moment when your code is linked […]

C file with portable includes

 |  No Comments
 |  C, information, linux, macos
The difference between putting the path in the source code (#include) and using GCC’s -I option (the portable approach) lies in where the path information […]

Posts pagination

Previous 1 … 14 15 16 … 35 Next

Categories

Theme By SKT Minimal