|
Prev: Lesson 3: Integer Assignments, Signed to Unsigned with Mixed Sizes.
Next: Lesson 4, Integer Assignments, Unsigned to Signed with Mixed Sizes (4 spectacular range detection failures)
From: Francis Glassborow on 13 Apr 2008 06:16 Anand Hariharan wrote: > On Sat, 12 Apr 2008 06:44:00 -0700, osmium wrote: > >> <sridevisaran(a)gmail.com> wrote: >> >>> what is use of pointer,link list,trees.volatile pointer. >> A linked list can be used where the number of future records can not be >> guessed at very well and slow (serial) subsequent access can be >> tolerated. > > That would be a good description for any dynamically allocated container, > not necessarily a link list. I guess one could refine your description to > say "... where the _location_of_ future records > _within_the_context_of_existing_records_ cannot be guessed at very well ..." > > There were two parts to his statement and the second part is the one that makes a linked-list worth consideration, the first part just requires a dynamic sequence-container.
From: Crazy c on 15 Apr 2008 11:55 On Apr 12, 3:45 am, sridevisa...(a)gmail.com wrote: > what is use of pointer,link list,trees.volatile pointer. > > volatile what purpose use. > i need static function,callback,inline example. Try searching "binary search trees".
From: gopi on 21 Apr 2008 03:36
On Apr 12, 1:45 pm, sridevisa...(a)gmail.com wrote: > what is use of pointer,link list,trees.volatile pointer. > > volatile what purpose use. > i need static function,callback,inline example. hi sri, i m also new to vxw i need some basic info about Device Driver in VxW |