Fw: Directory Structure and Grabbing Libraries

2004-04-15 Thread Derrick Schertz
    We have some core code which many people use but basically one guy maintains.  I'd like to give common users a way to grab the current C++ library along with its header files, as they really don't need or want all the gory details of the .cpp source code.   Suggestions?    I know I could

Re: Fw: Directory Structure and Grabbing Libraries

2004-04-15 Thread Paul Sander
This is a good application of a release integration process. Periodically pull sources and build them in a place that other developers can reference. You'll find that software reuse by way of header files and the linker is far superior to sharing source code. The trade-off is that you need to man