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 […]
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 […]
directory structure in c (an idea) October 10, 2025 | No Comments | C, directory-structure, information, linux, macos, python, spring-boot, structure As you can see in the image, an example of how to organize: in the root of the directory (unless you have multiple projects, in […]