'Outsourcing' of functions

Hi! Is there the possibility to compile a single c++ function, say f, such that a compiled c++-program p can use this function in its code and recompiling of f during runtime of p does no harm? I know that the shell-command allows a program p to access another compiled program q, but passing values seem cumbersome with this setup.

Thanks, fweth
Sounds like you're describing a library.
OK cool, I will start researching this term :)
Topic archived. No new replies allowed.