User profile: zheavensky

User info
User name:zheavensky
Email:zheavensky@gmail.com
History
Joined:
Number of posts:5
Latest posts:

indirectly lost and definitely lost memory leak
Oh yeah! Thanks I removed lines 7, 24, 40 Works fine now..

indirectly lost and definitely lost memory leak
Can someone please point to me where is the momory leak in the below code. thread.h: [code] // ...

File locking for read and write
Hi 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 directive
Thanks 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 directive
I am trying to compile the below code: error: expected primary-expression before ‘{’ token I...