Anonymous » 04 мар 2024, 06:01
Последнее сообщение Anonymous «
Anonymous »
I am using macOS and have two copies of llvm toolchain. One of which is apple's fork of llvm installed with xcode-select --install, and the other is installed with homebrew. Each copy of the llvm toolchain should have their own implementation of...
Anonymous » 04 мар 2024, 05:57
Последнее сообщение Anonymous «
Anonymous »
I am currently working on a small overlay project in Game Maker that I want to always render on top, have a transparent background, and allow clickthrough to the window behind it. Using GML extensions and a DLL has worked for the transparent...
Anonymous » 04 мар 2024, 05:18
Последнее сообщение Anonymous «
Anonymous »
I'm following a udacity problem set lesson to compute a histogram of numBins element out of a long series of numElems values. In this simple case each element's value is also his own bin in the histogram, so generating with CPU code the histogram is...
Anonymous » 04 мар 2024, 04:43
Последнее сообщение Anonymous «
Anonymous »
Introduction: I am writing code on Windows server 2022 and I need to get data from the instruction cache on the CPU, are there any ways to do this from Ring 3 or Ring 0 (in assembler or C++)?
My attempts to solve this problem: I tried to get this...
Anonymous » 04 мар 2024, 04:42
Последнее сообщение Anonymous «
Anonymous »
I'm trying to rewrite my driver to the OOP architecture and I'm faced with the problem of calling a method like callback when I don't have any std::XXXX, as well as when arguments to the function itself are passed by a template.
Anonymous » 03 мар 2024, 16:54
Последнее сообщение Anonymous «
Anonymous »
My team has encountered a deadlock that I suspect is a bug in the Windows implementation of SRW locks. The code below is a distilled version of real code. Here's the summary:
Main thread acquires exclusive lock Main thread creates N children...
Anonymous » 03 мар 2024, 16:45
Последнее сообщение Anonymous «
Anonymous »
I'm using NatNet SDK to receiving data from the cameras through tcp connection. In their example code below, it can print the stream data using DataHandler function while waiting for a while(c=_getchar()) loop. I have no idea why the code can both...
Anonymous » 03 мар 2024, 16:42
Последнее сообщение Anonymous «
Anonymous »
I try to find the minimum enclosing circles of shapes in an image. My function find_minEnclosingCircles processes an image to detect contours and then finds the minimum enclosing circle for each contour. I've noticed that to capture all relevant...
Anonymous » 03 мар 2024, 16:29
Последнее сообщение Anonymous «
Anonymous »
I'm a beginner in both C++ and OpenGl and trying to learn the latter with this series: When trying to render a triangle the third vertex position displays at 0.0 and doesn't change, no matter what I change it to. The order of which set of floats...
Anonymous » 03 мар 2024, 16:27
Последнее сообщение Anonymous «
Anonymous »
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:
Anonymous » 03 мар 2024, 16:25
Последнее сообщение Anonymous «
Anonymous »
Context: We are putting some keys that does not expect any future changes or updates unless got compromise, originally these keys are in the server side but for this specific project we will not rely from REST API. We decided to put these keys in...
Anonymous » 03 мар 2024, 16:03
Последнее сообщение Anonymous «
Anonymous »
I have been reading this paper: I'm not very proficent in the world of coroutines yet. I have read a lot but never used it, and after reading the paper and some other Internet resources and understanding the difference between stackless and stackful...
Anonymous » 03 мар 2024, 15:46
Последнее сообщение Anonymous «
Anonymous »
I wrote the following program where if a class have a non-static data member then when an object of that type is passed as argument by value, then it can't be used in a constexpr context. After searching for the issue on the web, I came across this...
Anonymous » 03 мар 2024, 15:27
Последнее сообщение Anonymous «
Anonymous »
My question might be useless . But i'm having issues in building logic in C++. i just need a way to learn c++. i have been trying to have lectures. they help me in just writing a program. Logic building is something else.
Вы можете начинать темы Вы можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы можете добавлять вложения