IT SOLUTIONS
Your full service technology partner! 
+Expand
   ► KBTo/From GuidesDelphi Prism  Print This     

Associative Array (Delphi Prism and C++ Cross Reference Guide)

By Mike Prestwood

Delphi Prism versus C++: A side by side comparison between Delphi Prism and C++.

 
Data Structures
 

Data structures allow you to store and work with data. Common data structures include arrays, associative arrays, etc.

Associative Array

[Other Languages] 
A set of unique keys linked to a set of values. Each unique key is associated with a value. Think of it as a two column table. MyArray['CA'] = 'California' MyArray['AR'] = 'Arizona'

Languages Focus

Associative arrays are also known as a dictionary or a hash table in other languages.

[Not specified yet. Coming...]
C++:   map
Syntax Example:
map<string, int> mymap;
mymap.insert(AValuePair);












Go ahead!   Use Us! Call: 916-726-5675  Or visit our new sales site: 
www.prestwood.com


©1995-2025 Prestwood IT Solutions.   [Security & Privacy]