j
k
j a
j l
Am Freitag, den 03.02.2006, 19:23 +0100 schrieb Christer Palm:
...if((!name) && (name[0])) { Do you really mean that? "if name is 0, then dereference name"? No. the code is:
if((!name) && (name[0])) { Do you really mean that? "if name is 0, then dereference name"? No. the code is:
"if name is not NULL, then dereference name" -- By By ... ... Detlef
Back to the thread
Back to the list