|
From: Jerry J. <jer...@gm...> - 2022-01-25 03:58:34
|
Hello, I'm not a c++ savvy, I mostly just use existing classes from quantlib and call it's method to get results. I'm thinking to use script language to generate c++ source file to construct quantlib objects and wrap them in ext::shared_ptr, call it's method and return the result in xml or json format, this would create native program, I'm a bit worried if it's safe. Is this feasible at all? Thank you! Regards Jerry |