Using Standard C and C++ Libraries

Thanks for the reply @bko. I’m not including those libraries in my code. Are they included in the particle IDE automatically?

I aso have an issue with std::string:

#include <string>
std::string

Throws not found in name space errors… I’ve been using the particle String type instaed, but i thought it was strange…