python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Launching executable in C++
I wish to launch an executable by API call, but I am not sure if one is supposed to check for executable bit using posix APIs before hand. What is best practice in this regard?

Kalen
Votes: 0
Answers: 1
Execute stored procedure parameter set to any
I'm working on a database that has multiple stored procedures created and I need to use them to make some reports but I don't know how because when I try to execute says that the stored procedure need...
Daniela Paz
Votes: 0
Answers: 0
Systemd service not work with Runtime Exec Command
When I run our program with wrapper from systemd service. The program catch the java.io.IOException: Cannot run program "netstat": error=2, No such file or directory but when I start directl...
Shawn Do
Votes: 0
Answers: 1
What are the ways to create a new process in C?
I wonder are there any other ways to create a new process in C.
I know about fork which creates a child process.
Also, with exec I can replace the current executing program, but yet it does not create...
vanderwaal
Votes: 0
Answers: 1