Deploying Libraries

Started by
-1 comments, last by lordcorm 15 years, 1 month ago
I had a very quick questions, and I know its a question that is probably more preference then standard. For the 2.5 years ive been using C++, ive always been putting all my .h files in the src folder along with the .cpp files. Now that im developing large scale libraries, Im finding it inefficent to keep my .h files in the src files because of deployment issues. So, to get to the question, 'should I put all my .h files into a /include folder, then have my .cpp files #include to that folder? Or, should I keep my .h files in the /src folder and in the compiler events, xcopy all .h files to the /include folder for deployment?' Thanks a bunch, Lordcorm

This topic is closed to new replies.

Advertisement