How to set up boost in visual studio?
Don't understand how to make this library to work.
Each time out errors when compiling programms.
How to set up boost in visual studio?
Don't understand how to make this library to work.
Each time out errors when compiling programms.
Boost consists of quite a few libraries - some of them need to be pre-built, while others don't. Besides, you have to set "path" in VisualStudio, to let it know where Boost headers reside. Take a look at the "Getting Started" section.