Hello,
I am completely new to programming in C++, and have just downloaded Code::Blocks. I just figured out how to get my compiler to work, but now am stuck at trying to include a library on my computer. I have downloaded a library someone developed, but I do not know where to put this library in order to get my program to compile, or how to include this library and it's functions to be used. I'm trying to follow this example:
http://www.shoup.net/ntl/doc/tour-ex4.htmlHowever, whenever I compile, I'm told that there is no such file or directory on the include line. I imagine that there must be somewhere in Code::Blocks where I can set a path to the directory where I have placed the NTL library. Can someone point me in the right direction?
I'm using a Windows machine, and the compiler that came with Code::Blocks, GNU GCC/minGW.