Hi, I am frustrated on how to install Boost library. I had originally got gcc,g++ compilers set up using Code Blocks, but I am lost in trying to follow how to install Boost library via CodeBlocks, does anyone know a simpler way to do so in Windows 7 32-bit?
You just have to extract the boost subfolder in the archive to your MinGW include path, that's all.
Unless you want to use libraries that aren't header-only.
Ok, I am using VirtualBox to run Linux (Ubuntu) and I noticed that when I try to compile it in Linux Terminal it works but even after including the boost library as you mentioned, I get this message in Windows 7 Command Prompt:
g++ -o crypt crypt.cpp
crypt.cpp: In function 'int main(int, char**)':
crypt.cpp:26: error: 'strnlen' was not declared in this scope
crypt.cpp:33: error: 'isatty' was not declared in this scope