I encountered an issue when generating a presigned URL using the GetPresignedObjectUrl() method from the MinIO C++ SDK. Upon attempting to access this URL, I received an error indicating that The request signature we calculated does not match the...
I want to build a project that uses OpenCascade. I also want to build all the libraries. It depends on freetype, tcl and tk. So I want to build all these, too. I'm struggling with how to do it properly. I'm using Windows, if that matters. So, before...
const char* BotArgs bool UseBotArgs Knowing this function's address, is it possible to retrieve the address of these global variables as well? If yes, I would also like to know how to get the offsets of them. Thanks!
I few years back I tested QVector and std::vector side by side, and was living with the impression the two are in the same ballpark of performance, in fact in some cases QVector was edging out.
Until yesterday, when I ran a quick compliance test...
I am trying to run a c++ program on a dev container(docker container). I have attached VS code to that container. The docker container is running SUSE SLES15 SP2. (image: registry.suse.com/suse/sle15:15.2) This is the program:
I am trying to build a simple C++ program with xlnt with GNU compiler and Visual Studio Code IDE. I have had some challenges with getting the build environment to include the xlnt libraries, and the problem may be related to that. The program is...
I am wondering if anyone could help me understand why I am getting an int here and not a double? My guess is it probably due to the fact the decimal part is just .00 but how can I make sure it writes it anyway. Thanks!
For the SSL communication with the certificate for the below C/C++ code link how to support the CA certificate (public key certificate which is exported from the site info)
WS_SSL_TRANSPORT_SECURITY_BINDING sslBinding = {}; // zero out the...
After finding the reason for why the following code works the way it does in C#, I tried the near identical code in C++ and got a different result, even though their stated orders of operations and their direction of evaluation for the matching...
I was doing an exercise in my textbook that asked us to output a vector's elements at even indices separated by asterisks. Then on a newline, do the same thing with the odd indices. So, if the vector contained 10 20 30 40 50 60, the output should...
void removeOdd(list& li) { for(list::iterator it=li.begin(); it!=li.end(); it++) { if((*it)%2) it = li.erase(it); } } From my understanding of lists, where the return value is an iterator pointing to the element...
I am developing a program without the C runtime library (CRT) with C++ as a fun little challenge. As part of this challenge I ended up writing my own atexit() function which is called whenever main returns.
I have seen a lot of similar posts, but tried every trick in the book and am still struggling. Everything was working fine, but after installing/removing wireshark with some components/disselectors it all got messed up. I don't remember exactly...
Вы не можете начинать темы Вы не можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы не можете добавлять вложения