Posts by Pedro Mangino • 31 points
2 posts
-
0
votes1
answer893
viewsA: Shared memory between Linux C processes (mathematical operations)
Solution to the problem: I believe the problem is that I was not using a pointer to the variable that would have the shared memory address, when I made some small modifications, treating it as a…
-
3
votes1
answer893
viewsQ: Shared memory between Linux C processes (mathematical operations)
I’m studying shared memory in C language and I need to do a simple program so that a shared variable starts with a value and then the program creates a child process where the variable will be…