by Anonymous » 01 Oct 2025, 10:42
Last post by Anonymous «
by Anonymous »
Ich erstelle einen Debugger mit Ptrace , der den globalen Variablenzugriff überwacht. Zu diesem Zweck muss ich auch allen Threads folgen, die vom nachverfolgten Programm erstellt wurden....
by Anonymous » 01 Oct 2025, 10:41
Last post by Anonymous «
by Anonymous »
TLDR: Auf einem eingebetteten System muss ich bestimmte Puffer in ihren eigenen Abschnitt platzieren, um mit DMA verwendet zu werden. Der resultierende Abschnitt scheint jedoch unerklärliche Lücken...
by Anonymous » 01 Oct 2025, 09:51
Last post by Anonymous «
by Anonymous »
In dem folgenden Code erhalte ich die Folge-Compilation-Warnung:
error: variable 'process_arg' set but not used
const auto process_arg = (const T& arg) -> bool
by Anonymous » 01 Oct 2025, 09:03
Last post by Anonymous «
by Anonymous »
Ich habe Funktionen im Zusammenhang mit der schnellen Sortier- und Zusammenführungssorte erstellt. Ich bekomme keine Fehler, aber ich bekomme immer noch nicht die erforderliche Ausgabe.
#include...
by Anonymous » 30 Sep 2025, 22:05
Last post by Anonymous «
by Anonymous »
Beim Kompilieren meines Programms mit einer aktuellen Version der OpenVDB -Bibliothek von Clang im C ++ 20 -Modus erhalte ich den Fehler:
error: use of the 'assume' attribute is a C++23 extension...
by Anonymous » 30 Sep 2025, 21:38
Last post by Anonymous «
by Anonymous »
I am writing my custom OpenCV wrapper (now I am using OpenCV 4.11) for C#
There are several reason for writing custom wrapper instead of using existing solutions (such as EmguCV):
by Anonymous » 30 Sep 2025, 21:20
Last post by Anonymous «
by Anonymous »
Ich verwende Visual Studio 2017 und mein Programm ist eine Visual C ++ - Konsolen -App. Wenn ich Vektor einbeziehe, generiert der Compiler Syntaxfehler, inkompatible Deklarationen usw. Wenn ich diese...
by Anonymous » 30 Sep 2025, 21:07
Last post by Anonymous «
by Anonymous »
Gibt es eine Option für Clang-Format, um allen wenn/do/while-Anweisungen Klammern hinzuzufügen, usw. if( i == 42 )
std::cout
if( i == 42 )
{
std::cout
$ clang-format --version
clang-format version...
by Anonymous » 30 Sep 2025, 20:13
Last post by Anonymous «
by Anonymous »
Ich versuche, meinen eigenen Dateikompressor zu erstellen, und einige der Zeichen in der Datei, die ich zu komprimieren versuche, sind '�'.
Ich habe es versucht:
#include
by Anonymous » 30 Sep 2025, 19:02
Last post by Anonymous «
by Anonymous »
Ich habe 2 Header/C ++ - Dateien (insgesamt 4 Dateien), in denen ich einige konstante Zeichenfolgen definiere. Wenn ich auf eine Zeichenfolge aus Headerb in Headera referenziere, ist es gut, aber es...
by Anonymous » 30 Sep 2025, 18:48
Last post by Anonymous «
by Anonymous »
Hier ist, was ich tun soll:
Schreiben Sie einen Basisklassenarbeiter und 2 abgeleitete Klassenstündung und Salariedworker . Jeder Arbeiter hat einen Namen und eine Gehaltsrate. Der stündliche...
by Anonymous » 30 Sep 2025, 18:37
Last post by Anonymous «
by Anonymous »
Ich versuche, ein A -Programm aus meinem Code in C ++ Visual Studio zu starten.
Ich habe diese CMDs ausprobiert:
system( \ C:/Program Files (x86)/scilab-5.3.3/bin/WScilex.exe\ );
system( start...
by Anonymous » 30 Sep 2025, 18:35
Last post by Anonymous «
by Anonymous »
Ich möchte Informationen über C/C ++ -sprach-Token in einer VSCODE-Erweiterung erhalten. PrettyPrint-Override > class HoverProviderC implements vscode.HoverProvider {
public provideHover(
doc:...
by Anonymous » 30 Sep 2025, 18:16
Last post by Anonymous «
by Anonymous »
Ist es in C ++ möglich, dass der Compiler /die Sprache automatisch nicht implementierte Operatoren abgeleitet wird?class X
{
public:
bool operator ==(const X &x) const;
};
by Anonymous » 30 Sep 2025, 17:51
Last post by Anonymous «
by Anonymous »
Ich versuche, die Quake 3 -Arena aus dem Quellcode auf dem GitHub -Link zu kompilieren. Ich weiß, dass Ioquake3 als Helferprojekt existiert, aber ich möchte selbst in die unordentlichen Teile...
by Anonymous » 30 Sep 2025, 17:40
Last post by Anonymous «
by Anonymous »
Ich schreibe derzeit einen benutzerdefinierten DNN-Kernel, der auf ARM-basierten Geräten ausgeführt wird. (Mit C ++, mit GCC 7.5.0)
mein Code schneidet die angegebene Workload in Stapel, die in den...
by Anonymous » 21 Sep 2025, 01:04
Last post by Anonymous «
by Anonymous »
Ich bin hier, weil ich ein Problem mit meinem Projekt habe. Ich habe 6 Quads zum Erstellen eines Würfels erstellt und es gibt das Ergebnis:
Mein fabelhafter Würfel ohne Textur oder Farbe
Während...
by Anonymous » 21 Sep 2025, 01:03
Last post by Anonymous «
by Anonymous »
Ich versuche, eine gemeinsame Textur zwischen Vulkan und OpenGL zu erstellen, und wie ich den Prozess verstehe, wird sie in zwei Teilen aufgeteilt: Exportieren des Speichers während der Zuordnung und...
by Anonymous » 20 Sep 2025, 22:46
Last post by Anonymous «
by Anonymous »
Ich entwickle eine Client-Server-Anwendung in C ++, um eine Bilddatei über eine TCP-Verbindung zu übertragen. Ich habe auf ein Problem gestoßen, bei dem der Client die vollständigen Bilddaten nicht...
by Anonymous » 20 Sep 2025, 21:54
Last post by Anonymous «
by Anonymous »
Ich mache ein Spiel in SDL in Xcode. Früher habe ich mich schwer für Pfade codieren, aber jetzt möchte ich sehen, wie ich das .App bündeln kann, oder gibt es eine andere Möglichkeit, dies zu tun?...
by Anonymous » 20 Sep 2025, 21:48
Last post by Anonymous «
by Anonymous »
Ich arbeite Bjarne StrouStrups Programmierung: Prinzipien und Übung mit C ++ und mit der Datei PPP_Support.h von der offiziellen Website Adbr/> i -AM -Visual -Studien - sollte sich wie folgt...
by Anonymous » 20 Sep 2025, 20:51
Last post by Anonymous «
by Anonymous »
Ich habe mich gerade einem neuen C ++ - Softwareprojekt angeschlossen und versuche das Design zu verstehen. Das Projekt nutzt den namenlosen Namespaces häufig. Zum Beispiel kann so etwas in einer...
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum