Search Results

Search: Posts Made By: ujeshm
Forum: Programming 02-19-2009
21,716
Posted By ujeshm
Hi amitranjansahu, I have never written a...
Hi amitranjansahu,

I have never written a mysql script. I would like to know how you are running this script?

I have a suggestion.

Instead of

DECLARE c INT(10) := 54;try

DECLARE c...
Forum: Programming 02-18-2009
7,735
Posted By ujeshm
pthread_suspend() is not portable, You may...
pthread_suspend() is not portable,

You may try pthread_cond_wait() or pthread_cond_timedwait()
Forum: Programming 02-18-2009
12,797
Posted By ujeshm
"const char *foo means it cannot be modified" ->...
"const char *foo means it cannot be modified" -> This is not completly correct. 'const char *foo' means foo is a pointer which points to a constant char (pointer to a constant variable, not a...
Forum: Programming 02-17-2009
12,797
Posted By ujeshm
Hi, const char *buffer does not mean that...
Hi,

const char *buffer does not mean that buffer is a constant. It only says buffer points to a constant char. To declare buffer as a constant, you will have give,

char * const buffer;

Here...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 08:33 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy