I was wondering if someone could explain to me how to create a LIB. I want to make 1 so that I can combine all my source and header files into 1 easy to add lib file, its getting very annoying to add lots of headers and source files.

Also, if you make a LIB file to contain all your headers and source files, do you only have to link the LIB file to use the functions?