View Single Post
  #3 (permalink)  
Old 07-27-2008, 05:13 AM
zenner zenner is offline
Member
 
Join Date: Jul 2008
Posts: 4
Rep Power: 0
zenner is on a distinguished road
Default
no, I'm sorry if I'm not clear... I'm not talking about source code control, nor version control..


in a large C or C++ project, one person works on the GUI display, another on the filesystem/database , another person may write a set of CLASSES that are to be shared by the other two..

these are compiled (in C) into a library (such as a DLL)

that both can include in their compilations to gain the reuseabilty of those libraries..


how do you do this in Java ??

thanks
Reply With Quote