python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to enable the usage of fork(), wait() and execv()
I have an assignment to do which requires me to use fork(), wait and execv(). However, every time I try to use them I get an error that they aren't defined. Here is my code:
#include <stdio.h>
#...
Mohamad S.
Votes: 0
Answers: 1
How do I fix this while loop and table?
I am trying to write a code for a project and I am trying to make a while loop but it keeps repeating when I run it. I am also trying to get it to make a table but it wont show up either. Here is what...
Monae Sears
Votes: 0
Answers: 2
GDB not catching SIGFPE
I am using gcc (11.2.0-mingw-w64ucrt-9.0.0-r5), trying to debug Fortran code with CodeBlocks on Windows 10.
For some reason gdb is not catching / halting on SIGFPEs. I don't remember having this issue...
Parker Lewis
Votes: 0
Answers: 1
How do I fix this Expected Expression Error?
I am trying to write a code for a project, and in my if else statements I want to put that the SWI is greater than or equal to 305 and less than or equal to 395. How would I place those limitations in...
Monae Sears
Votes: 0
Answers: 2