![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Possible to store arrays (of integer) in a Skip List ? Topic Summary: Created On: 18-Mar-2003 11:59 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Hi all.
Is it possible to store and retrieve (i.e.) integer arrays in a skip list ? I need somthing like this: int ai[] = {1,2,3,4} Skip sl = createString() put( sl, "A", ai) /* ... */ int ai2[sizeof(ai)] if (find(sl, "A", ai2)) { print ai2[2] "" } There is a very small description in the documentation. And I think, only the base data types (int, string, Object, ...) have this functionality. Thank you very much. Dirk. ------------------------- Dirk Plaschke |
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.