tables

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fabersaber
    New Member
    • Aug 2008
    • 7

    tables

    when i read about tables they told about index variable being a string
    how can a data structure have index variable as a string
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by fabersaber
    when i read about tables they told about index variable being a string
    how can a data structure have index variable as a string
    Have a look at one of the associative C++ STL containers, the map.

    kind regards,

    Jos

    Comment

    Working...