Skip to main content
Home Forums 68kMLA C++ 'vector' question - System 7 — #4
Post #4 by feeef
Source Forum68kMLA
CategoryDevelopment
Post DateMon, 21 Jan 2013 - 09:40
Original URLhttps://68kmla.org/bb/threads/c-vector-question-system-7.27114/
Post
Thanks for your answers!

I do :

Code:
#include 
#include 

vector arr;
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......

mp.ls