Static Libraries
In this session, we will expore static libraries in C
- What is a C library and what is it good for?
- Building and using a static lib
- All in one about libraries
- Understanding C libraries
- How are Dynamic libraries different from Static libraries in C
- Static linking V/S dynamic linking
- The
ar
command and how to use it. - The
ranlib
command and how to use it. - The
nm
command and how to use it. - What is a static library, how does it work, how to create one, and how to use it
- Basic usage of
ar
,ranlib
,nm