Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
数字食谱是一个只有标题的库吗?
我只有头文件。我不确定我是否需要购买许可证?
对于 C++,答案是肯定的。这个图书馆不是免费的。您可以从Amazon.com购买包含源文件的 DVD 。在 Windows 中,基本上您需要包含库的路径。我通常会
cl /EHsc main.cpp /Fetest.exe /I D:\CPP_Libraries\NR\code