Parse a txt fileHello I have a text file with the following format [code] //MAIN OBJECT Object = ControlNetw...
2D array or 2D vectorHello I am writing a program to process images. The aim is first to read the image pixel values a...
Thread ID problemyeah sure [code] long curThreadID; int NUM_THREADS=2; void *threadRun(void *arg) { cout << "activ...
Thread ID problemHello In my software, i get the id of a thread when i create it, with [code] pthread_create( &thr...
Synchronization of threads in LinuxThanks a lot. you solved my problem with 2 words! cheers
This user does not accept Private Messages