For my next assignment I require threading in C++ and have read that the boost library for threading works fairly well. I\'ve never added a custom library to Netbeans and w
Linking library:
Project -> properties -> Linker ->Libraries -> Add option -> Other -> -l%libname%
Path to libraries:
Project -> properties -> Linker -> Additional Library Directories
Includes:
Project -> properties -> C++ Compiler -> Include Directories -> %paths_to_boost%