Posts by renan mateus • 41 points
2 posts
-
2
votes4
answers24580
viewsA: Is there a difference between Program, Thread and Process?
Program: is a static and permanent entity, composed only of a sequence of instructions. Example: MS-DOS, a running program is not a process, because MS-DOS is a monouser S.O and all resources are…
-
2
votes0
answers33
viewsQ: the type of "OBJECT" is erroneuos
I’m studying competition, and I was trying to make a code using the Semaphore, and that mistake has arisen "the type of Processadorthread(int, Semaphore) is erroneuos" when I tried to run. I’m using…