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.