|
At 07:06 05/19/1999 , Leif wrote: >could someone define for me what 'basing pointers' might mean then? A pointer is a variable that contains a memory address. A based variable or structure is one whose address is determined by the pointer. This pointer can then be referred to as a basing pointer. What's it good for? You can have a data space, which is simply a contiguous sequence of bytes. You can also have a based data structure that describes the data in the space. If you set the basing pointer to the address of the first byte of the data space (or to an offset within the space), the contents of the space can be retrieved by referencing the data structure subfields. This is frequently done when manipulating data returned by APIs, but it is also useful in simulating multi-dimensional arrays, and the RPG equivalent of the COBOL OCCURS construct. Pete Hall pbhall@execpc.com http://www.execpc.com/~pbhall +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to MIDRANGE-L@midrange.com. | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.