Skip to content

  • Home

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 […]

compile & linking in c

 |  No Comments
 |  C, information, linux, macos
Compiling and linking are the two phases that transform your C source code into an executable program are phases: They cannot be skipped, as each […]

gcc command with -L -l and -I

 |  No Comments
 |  C, information, new-library
This command compiles and links your main program (main.c) with the library you created. It’s the culmination of all the previous work. This process takes […]

ar rcs command

October 10, 2025
 |  No Comments
 |  ar-rcs, C, information, linux, macos, new-library
The ar program (from archiver) is a standard operating system utility whose purpose is to create, modify, and extract collections of files. It is the […]

Posts pagination

Back 1 … 7 8 9 10 11 … 37 Next

Categories

Theme By SKT Minimal