Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.24 KB

File metadata and controls

22 lines (17 loc) · 1.24 KB

img

Static Libraries

Intro

In this session, we will expore static libraries in C

Resources

  1. What is a C library and what is it good for?
  2. Building and using a static lib
  3. All in one about libraries
  4. Understanding C libraries
  5. How are Dynamic libraries different from Static libraries in C
  6. Static linking V/S dynamic linking

Learning objectives

  • 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