(My Arduino version is 1.8.2.)
For example,if I want to #include <vecotr><vector> or <string>, <iostream>, <memory> etc,the the compiler always complainedcomplains that such libs are not found.
So what's the newest/most efficient way to use such c++C++ libs in arduinoArduino 1.8.2?