Confusion about pointer objectI am a pretty experienced programmer, but there is one thing about pointers that confuses me. I will...
Program exit is delayed using pthreadsJust to update, i did sort of resolve this problem. It has to do with where I returned. Old code:...
Program exit is delayed using pthreadsI have a main() that starts some threads similar to: [code]int main() { thread t1, t2, t3; t1....
This user does not accept Private Messages