Compilation of large Component Based C++ Project -


could point out sources can read compilation procedures large c++ projects build multiple components.

the problem now, if modification in 1 of components, have build whole project scratch.

is there way allows me build components in standalone manner, , when of them built, "join" them single binary? , if have modification in 1 of components, able build component, , link binary?

thanks answers.

regards, cristian

you can use dll/library files. can create/test/build each component library refer these libraries in project.


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

formula - R: how to pass in a reference to the variable in glm or lm? -