Skip to main content
Senior
May 10, 2023
Solved

How to use the arduino string object in Cube IDE?

  • May 10, 2023
  • 4 replies
  • 3371 views

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).

This topic has been closed for replies.
Best answer by Bob S

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

4 replies

FLuba.1Author
Senior
May 10, 2023

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
Bob SBest answer
Super User
May 10, 2023

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

FLuba.1Author
Senior
May 12, 2023

Thanks man. You really helped me.