Article Preview
Buy Now
| Print: | |
| PDF: |
Beginner's Corner
Basic Data Structures, Part III
More structures
Issue: 4.6 (July/August 2006)
Author: Marc Zeedar
editor-at-rbdeveloper.com
Article Description: No description available.
Article Length (in bytes): 16,528
Starting Page Number: 34
RBD Number: 4612
Resource File(s):
4612.sit Updated: Sunday, July 16, 2006 at 9:37 AM
4612.zip Updated: Sunday, July 16, 2006 at 9:37 AM
Related Link(s): None
Known Limitations: None
Excerpt of article text...
In the first two parts of this series, I explained about data structures and we looked at a few examples. Today we'll continue that discussion and we'll also look at data abstraction, or hiding your data structure. I'll explain why that's important in a bit.
More Basic Structures
You might have thought we'd have exhausted all the basic data structures, but there are a few more we haven't covered. Some of these get rather advanced, so I'm not planning on comprehensive coverage, but I thought I'd at least go over them briefly so that you know what they are and if you're interested I'm sure you can find more information about them.
MemoryBlocks
A MemoryBlock is a strange sort of data structure support by REALbasic. In a way, it's not much of a structure at all -- it's just raw memory set aside for whatever you'd like to do with it. As such, it's very powerful and fast -- there isn't the overhead associated with datatypes and variables and other stuff -- but it's also more complicated.
...End of Excerpt. Please purchase the magazine to read the full article.
Article copyrighted by REALbasic Developer magazine. All rights reserved.
|








