|
From: Donghee S. <dh7...@gm...> - 2023-04-04 14:46:11
|
Dear exports! Very sorry for my novice questions! I have 2 questions. What is the purpose of many .cpp files such as fixedratebond.cpp? Are they essential in Quantlib? 2. At my code I used “std::cout << io::rate(couponRates[i])”, error occurred “error C2039: 'rate': is not member of 'QuantLib::io“ (I included using namespace QuantLib; at the front) When I attached the prefix “std::cout << Quantlib::io::rate(couponRates[i])’, the same error occurred. Thanks! Best Regards Shim Donghee |