Activity Forums Questions & Troubleshooting Software & Firmware CPP Version and std::string

  • CPP Version and std::string

     Lukas updated 3 years, 8 months ago 2 Members · 2 Posts
  • sutt

    Member
    July 7, 2020 at 8:05 am

    Hi Controllino-Forum,

    I’m new to the Controllino but very familiar with Arduino, NodeMCU, ESP, C and CPP.

    I’m telling this – not to brag :D – but to inform you that I have already written a bunch of libs, classes and codes that are all compiling and running fine on other platforms.

    Now I got my hands on a Controllino MAXI Automation, to enhance some of my stuff, and therefore wanted to reuse my libraries. Now the compiler is stuck and claims he does not know about

    Code:
    #include

    or

    Code:
    using std::string;

     

    My guess is this relates to the C++-Version used for compiling code for the Controllino or am I missing something else?

    I know there is a lib String (captial S) by Arduino, but a) memory issues and b) all my libs are already programmed using string :/

    I hope you guys have some input.

    Thank you very much!

    Soeren

  • Lukas

    Member
    August 10, 2020 at 12:18 pm

    Hi Soeren,

    do you complain to Arduino IDE or CONTROLLINO? :)

    Or in other words – is it possible to compile your code for a board Arduino Mega ?

    Thanks,

    Best regards,

    Lukas

Viewing 1 - 2 of 2 replies

Log in to reply.

Original Post
0 of 0 posts June 2018
Now