I've written a program in C++ which includes vectors but the file won't compile in Arduino. Is there any library / some way to make sure that vectors work in Arduino.
Plus I can't change it to arrays as the code is quite lengthy and converting it would cause problems.