Hello,
I am trying to run a C++ DES Encryption Package I found at;
- Code:
http://www.efgh.com/software/des.htm
I'm using Dev-C++ and when I compile I get these errors.
6 C:\Users\BATEMAN\Deskto\DES.CPP
In file included from C:\Users\BATEMAN\Desktop\DES.CPP 32 C:\Dev-Cpp\include\des.h
ISO C++ forbids declaration of `triple_des' with no type32 C:\Dev-Cpp\include\des.h
`triple_des' is neither function nor member function; cannot be declared friend C:\Users\BATEMAN\Desktop\DES.CPP
In function `void error_exit(const char*, ...)': 572 C:\Users\BATEMAN\Desktop\DES.CPP
cannot convert `const char**' to `char*' for argument `3' to `int vfprintf(FILE*, const char*, char*)' Could someone please help. I would really appreciate it.