I have a program 开发者_如何学JAVAwhich accepts 2 N-digit numbers, multiplies them using threads & prints the output.
Closed. This question needs debugging details. It is not currently accepting answers. Edit the question to include desired behavior, a specific problem or error, and the shortest code nece
I just started trying to use OpenGL in C++ for a class(I have previously used it in Java a fair amount).And I started off trying to write something substantial, I couldn\'t get that to stop Seg faulti
I constructed my own little Opencl example using different sources on the net. The actual kernel works, and I get the output I want, but the cleanup functions, I found in one of the examples, cause se
Under Linux what would be the best way开发者_如何学Go for a program to restart itself on a crash by catching the exception in a crashhandler (for example on a segfault)?simplest is
I am writing a cross-platform C++ program for Windows and Unix. On the Window side, the code will compile and execute no problem. On the Unix side, it will compile however when I try to run it, I get
It\'s a beginners question: Why is this breaking/giving an error? #include <stdio.h> #include <stdlib.h>
I have a program written in assembly that crashes with a segment开发者_运维知识库ation fault. (The code is irrelevant, but is here.)
hi guys i am new so i am sureyou will help i have some trouble with skip list here is code #include <stdio.h>
I wrote my first ever C++ template code on expandable array and I am getting a segmentation fault! After an hour of debugging I have realized that I need help. Something is wrong with the constructor