sridevisaran@[EMAIL PROTECTED]
said:
> what is use of pointer,link list,trees.volatile pointer.
If you don't know what they are, they are of no use whatsoever. If you do
know what they are, you will also know at least one use for them.
So I suggest that your first step is to find out what they are. For
information on pointers and volatile, consult your C or C++ book (you
don't specify which language you're using). For information on linked
lists and trees, your C book may again be of help but, failing that, it's
all in Knuth.
> volatile what purpose use.
> i need static function,callback,inline example.
Then *write* one. It will teach you a lot more than just begging for one.
We'll help if you get stuck, but you're not stuck yet.
--
Richard Heathfield <http://www.cpax.org.uk>
Email: -http://www.
+rjh@[EMAIL PROTECTED]
users: <http://www.cpax.org.uk/prg/writings/googly.php>
"Usenet is a strange place" - dmr 29 July 1999


|