01 // PROJECT AT A GLANCE
C POOL — DAY 07
CTurning your collection of functions into a genuine reusable library.
Until now every exercise lived on its own. This day teaches you to gather all the accumulated work into a single library that can then be linked into any project. It is the moment you move from a collection of exercises to a personal tool that will serve for two years.
Building a libmy.a static library through a build script, and reading command-line arguments.
PRIMARYC
DELIVERYTEAM RECORD
VERIFICATIONgcc/g++
SOURCEINSPECTOR READY
03 // KEY OUTCOMES
- A first static library compiled, archived and linked end to end by one's own means
- Concrete understanding of the compilation / archiving / linking stages
04 // SOURCE TREE
READING SOURCE…