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)
Reason for using linked list implementations on stack vs heap
I was reviewing some libraries in C for a systems programming class, and I noticed their implementation of a doubly linked list did not require dynamically allocated data. Instead a list of a potentia...
SebastianKropp
Votes: 0
Answers: 1
Linux Single Fork Daemon. How to reacquire a controlling terminal?
Everyone says that daemon should not have a controlling terminal.
And double-fork method is the correct way that a double-forked daemon will never acquire a controlling terminal since it's not a sessi...
The Dongster
Votes: 0
Answers: 0
Memory segment permissions per user/group - any way to achieve this?
We know there are rwxp/s permissions on memory segments of an elf executable.
Now, I have a user or a group, and I would like them to see .text segment (read access) of a certain executable but nothin...
wick
Votes: 0
Answers: 0
Remote control over the running application C++ WINAPI
I want to create an application that can control the window of specified running process. I'm using WINAPI to obtain the main window handle of desired application and the sending the messages to it vi...
user11682080
Votes: 0
Answers: 0