I have a embedded C++03 codebase that needs to support different vendors of gadgets, but only ever one at a time. Most of the functions overlap betwee ...
I have a embedded C++03 codebase that needs to support different vendors of gadgets, but only ever one at a time. Most of the functions overlap betwee ...
The Requirement: I want a CFG + Callgraph per-module like: https://github.com/rust-lang/rustc-dev-guide/blob/master/src/mir/mir_cfg.svg What Have ...
I would like to define a concept that indicates a type is one of several supported types. I can do this by repeatedly listing the types with std::same ...
How I could get the title or HWND of the window in which her taskbar button thumbnail is being clicked? What I tried: using CBTProc i listen to HCB_A ...
I'm trying to call some C++ functionality defined in a static library from C# code. For this end, I use C++/CLI wrapper. There is a problem though. Wh ...
In trying to create an asynchronous I/O file reader in C++ under Linux. The example I have has two buffers. The first read blocks. Then, for each time ...
Here's the starting point for my question. Some code which does not compile. The error produce by the compiler is It looks like a simple fix. Pu ...
I've been trying to write a program that processes image data from an esp32-cam, but in order to process it on the device, I cannot use the jpeg forma ...
Closed. This question needs debugging details. It is not currently accepting answers. ...
This question already has answers here: How can I declare and define multiple variables i ...
Currently, I'm working on some copying monitor software that tracks transferring of files from external storage devices to internal and vice versa. A ...
By default the color is gray, I want to change it.I use OnEraseBkgnd in my MainFarm.h,this works, it changes color,but when somewhere further in the c ...
As the title above says I tried to apply a checkerboard styled texture to the model below here using GLubyte and glTeximage along with glTexCoord2f, I ...
i have a std::vector<usigned char> contianing values representing the bytes comming from the Network, i want to intepret every 8 elements as a d ...
Assume the snippet below. How can I make this compiling/working? I do not want to move print to the String/Float class, because in my real world situa ...
std::launder example has this block of code: What? Example from std::aligned_storage makes it seem to me like that's not the case: Here's where ...
I am trying to add a new accelerator to the Nvidia Triton inference server. One of the last thing I need to do it add a new constant like this one (k ...
Closed. This question is opinion-based. It is not currently accepting answers. ...
I was given a project to convert from ESP8266 to ESP32, and I'm definitely not a coder, but it needs to get done. So I was hoping I could get some gui ...
Why my working directory is modified by Launch-VsDevShell.ps1 and how can we prevent this from happening? I'm writting a script building a C++ progra ...