Numerical Recipe is a header only library

82 Views Asked by At

Is Numerical Recipe is a header only library ?

I have only the header files. I am not sure do I need to buy the license ?

1

There are 1 best solutions below

0
CroCo On

For C++, the answer is yes. This library is not free. You can buy the dvd that has the source files from Amazon.com. In Windows, basically you need to include the path to the library. I usually do

cl /EHsc main.cpp /Fetest.exe /I D:\CPP_Libraries\NR\code