Im trying to install dlib for few cv2 projects, but I have problems installing it.I made everything without problem but when I wanted to finally do the python s
I'm trying to install Exempi 2.5.2 in PyCharm IDE for python in order to read Metadata from a Photoshop psd file. My code is: import PIL from libxmp.utils impor
I have read this question and tried to replicate the answer with the following code: #include <iostream> #include <syncstream> #include <thread&g
I have read this question and tried to replicate the answer with the following code: #include <iostream> #include <syncstream> #include <thread&g
So, was trying to compile Bitcoin Core from source. I configured and downloaded all the dependencies I needed. But when compiling, Boost library for C++ gives w
code : https://gist.github.com/Naseefabu/173c928603e564879683ccdf10d9d0f8 When i run this and print the response to the console: Sending GET /api/v3/time HTTP/1
This is my project : https://github.com/Naseefabu/HFTBOT/blob/master/src/main.cpp When i try to build it, Error : https://gist.github.com/Naseefabu/5a114956f39b
I'm trying to load a file to be a HTTP response with Boost.Beast, but it doesn't work on Windows. My code is similar to this: typedef boost::beast::http::respon
the code as follow: #include <boost/process.hpp> #include <iostream> int main() { // cmd // std::string cmd{"g++.exe"}; // ok std::str
I need to implement sending a heartbeat message to a third party server with regular intervals. The server uses these heartbeat messages to determine if that th
Using C++17. I am trying to setup a gtest fixture that will create a fresh io_context to run timers on for each test case. My test segfault about 90% of the tim
I'm running the MPMC example given in boost lockfree queue documentation with thread sanitizer and to my surprise this basic example contains data races as per
I have an unweighted, undirected network of around 50000 nodes, from this network I need to extract the shortest path between any pair of nodes. I used the dijk
I have a simple program, it has a VCL form, and in the constructor there is this code: __fastcall TForm1::TForm1(TComponent* Owner) : TForm(Owner) { usi
I recently changed to Linux Mint Debian Edition and cannot include boost to Clion using cmake. Yesterday I tried every option I could find, including on stackov
I've already seen the boost::process tutorial... but there the example is a single write then a single read from the child process. I want to know if it is poss
I have a Cmake project that uses Boost.UnitTest for testing. When I do static analysis with clang-tidy it reports some warnings from the Boost.UnitTest headers.
When running the bjam command I always come up with the following error. I know I'm missing something like setting the env variables but not sure what should be
I am attempting to build the fruit library - https://github.com/google/fruit, in Visual Studio 2019 When I ran the install step for the first time it was unable
I have created a simple HTTP request wherein I am sending GET,POST and PUT requests to the server. Next I want to switch to HTTPS connection using boost asio li