Questions tagged as 'boost'

0
answers

How to install and configure the Boost C ++ library in Windows?

For some time I've been hard at work to learn C and C ++, I think I know enough to write a slightly more complex application using Sockets and Threads . Researching a little bit, I discovered the Boost C ++ Libraries framework, and no ma...
asked by 26.10.2017 / 18:41
1
answer

Link library boost with cmake?

I'm trying to use c ++ boost library. Reading a tutorial on their website, I came across this and do not know how to do it. It is said that I have to include #include <boost/test/unit_test.hpp> and make a link with this lib: libunit...
asked by 19.11.2017 / 18:36
0
answers

Why does this parser fail in Boost Spirit C ++?

When I enter the input tt or tt the program returns me "parse failed". But for me the grammar seems correct, so I think it's some peculiarity of the library. Could someone explain the reason for the error? Here's my code. #include <boost/co...
asked by 11.11.2017 / 00:56
0
answers

"Undefined reference" error in g ++

When compiling the algorithm with g ++, I got the following problem:    CMakeFiles / libTest.dir / source / mainDaMalha.cpp.o: in function    CriteriosDeParada::test_method()': mainDaMalha.cpp:(.text+0x1840f): referência indefinida para...
asked by 05.04.2018 / 16:24