I have just started to develop a class library with VS2005 and C++. This
will eventually be a library of many mathematical functions. I want to have
one class in my library, e.g. AstroCalc, with many member functions. I want
to divide my functions over many source files for ...