using a static library (.a) in c November 4, 2025 | No Comments | ar-rcs, C, information, interface, static-library, struct, structure To create a static library (.a), you must first execute the command “ar rcs” You need to add the .a extension of the static library […]
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 […]