Thanks for your answers!
I do :
Unfortunately the result is the same.
I tryed vector arr; but always end up with the same compilation error.
I also tryed to use 'map' for associative arrays in some earlier code but it looks like my compiler doesn't like the '<>' template syntax at all.
I am trying to find a code example using vector on pre-OS 8 systems. Maybe the syntax has changed since then......
I do :
Code:
#include
#include
vector arr;
I tryed vector arr; but always end up with the same compilation error.
I also tryed to use 'map' for associative arrays in some earlier code but it looks like my compiler doesn't like the '<>' template syntax at all.
I am trying to find a code example using vector on pre-OS 8 systems. Maybe the syntax has changed since then......