I just got the book "Programming Non-Graphical Games in C++" by Vic Broquard. The first chapter has us create a Random Class Header & implementation file. In the second chapter, using Windows, he has us create a library of these files so that we can use them in other programs throughout the book.
However, I am not on Windows - I am on Ubuntu. Does anyone have a link to information about this topic - how I can create C++ library out of my header & source on Linux??