I'v been reading some good C++ books, and arrays seem very handy, i'v never messed with them in blitz, but as a learning thing i'd like to use them as a data stucture...
I want a multi-dimensional array so i can create a data structure like this:
myarray[
"test",100,
"secondtest",200,
]
to have 2 elements for an array... is this kind of stuff possible in blitz? or should i go with my usual TYPES data structure? (harder to type and harder to read then somthing like the above)
I want a multi-dimensional array so i can create a data structure like this:
myarray[
"test",100,
"secondtest",200,
]
to have 2 elements for an array... is this kind of stuff possible in blitz? or should i go with my usual TYPES data structure? (harder to type and harder to read then somthing like the above)