indirectly lost and definitely lost memory leakOh yeah! Thanks I removed lines 7, 24, 40 Works fine now..
indirectly lost and definitely lost memory leakCan someone please point to me where is the momory leak in the below code. thread.h: [code] // ...
File locking for read and writeHi all, I have two threads, one reads a file and one writes to the same file. I want to lock the...
initilizing an array of string from the define directiveThanks for your help. I will try it. In the mean time, I got it working using va_list: [code] /...
initilizing an array of string from the define directiveI am trying to compile the below code: error: expected primary-expression before ‘{’ token I...