Blue Ray Plus - Latest Technology News - Stories tagged with Arrays VS Structures
1
Ups

Arrays VS Structures

posted by adminadmin 293 days, 11 hours ago
Friday, August 03, 2012 6:27:32 AM GMT
Array's and Structures (structures in CF are called hashtables, or associative arrays) are two very different data structures. There is some confusion about how arrays work in CF, and from what I can understand they are based on native java arrays. Once common misconception is that the following code will only allocate two slots of memory: (more)
category: OOPS | clicked: 0 | comment | | source: www.petefreitag.com
tags: Arrays VS Structures