|
-
May 15th, 2006, 11:59 PM
#1
Stopping Sorting Feature of Maps,
Hello
I am using a MAP as an associative array. The map automatically sorts by key. How can I stop this feature. I will may value as FIFO. I mean if I have the keys
Key=value
SSN=000-00-0000
Name=JAA
Age=66
When I iterate through the map I don't want may data to print as
Age
NAME
SSN
I want it to be as is:
SSN
NAME
AGE
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|