Compiling NTL library in Visual Studio 2013
问题 I have downloaded NTL version 6.1.0 from http://www.shoup.net/ntl/download.html and having trouble compiling it in Visual Studio 2013. The documentation (http://www.shoup.net/ntl/doc/tour-win.html) only shows how to compile NTL in MSVC++ 6 which is not working in my case. I need to use the NTL library to code the prime number in my cryptography project - ElGamal Digital Signature Scheme. 回答1: Use the "File\New\Project From Existing Code..." menu item. In the first page of the "Create New