Posts by Calisto • 23 points
3 posts
-
2
votes1
answer516
views -
0
votes1
answer84
viewsQ: Doubt about processes in language c
I would like to know of some library in c, that can serve me to create a program that sees the running processes... system("ps"), I would like to see if a program is running and if it is not, then…
-
-1
votes1
answer109
viewsQ: What’s wrong with my code?
I want to make a simple hangman game with some pre-determined words, right at the beginning still... escolhendo palavra... SIGSEGV on thread : 1685113120" My code is this #include <stdlib.h>…