Hiya,
First off can someone tell me if Im correct in thinking:
My understanding of a static library, is a library that is built statically so that programs that use functions within the library, when being linked pull the object code from the static library into the executable program.
This makes ...