cancel
Showing results for 
Search instead for 
Did you mean: 

How to use the arduino string object in Cube IDE?

FLuba.1
Senior

Do someone know how that we can import the Arduino string object in Cube IDE or how that i can make such object myself? I can't find any files about the construction of such object in arduino files(on my computer).

1 ACCEPTED SOLUTION

Accepted Solutions
Bob S
Principal

The C++ std::string class gets you most of the functionality.

View solution in original post

4 REPLIES 4
FLuba.1
Senior

Here is the link that provides an explanation of the arduino stringobject: https://cdn.arduino.cc/reference/en/language/variables/data-types/stringobject/

If someone can provide me a similar object in Cube IDE, it is also good for me.

Bob S
Principal

The C++ std::string class gets you most of the functionality.

Thanks man. You really helped me.