2023-05-10 02:01 AM
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).
Solved! Go to Solution.
2023-05-10 10:35 AM
The C++ std::string class gets you most of the functionality.
2023-05-10 02:22 AM
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.
2023-05-10 10:35 AM
The C++ std::string class gets you most of the functionality.
2023-05-11 07:46 AM
2023-05-12 12:35 AM
Thanks man. You really helped me.