Alternate ways of coding arrays. - page 2

 
Icham Aidibe:

I agree... multidimensional arrays are a hack that takes me back to the old days before MQL-OOP.  This all seems like an elaborate hack to avoid using proper classes and pointer collections?

 
nicholishen:

I agree... multidimensional arrays are a hack that takes me back to the old days before MQL-OOP.  This all seems like an elaborate hack to avoid using proper classes and pointer collections?

I try to change my habits and use the standard lib :-) I'm not sure why. 

 
Icham Aidibe:

I try to change my habits and use the standard lib :-) I'm not sure why. 

It's easier to share code when all you have to do is use an include directive in your source.

Reason: