I am using C/C++. I am using geany for editing my codes. I want to use beecrypt in my programs. But ofcourse, it is not included by defualt. I have downloaded beecrypt library already but don't know how to use it with my programs. I have put my program in the folder where all .h files are there and included
#include<beecrypt.h>
also but still it is saying this file is not present. Please help. Any help will be appreciated. How to use all the functions which are written in this library as I do with iostream,string, ctype etc. I just write preprocessor statement and I use them without any problem. How to do this with beecrypt library?