Code: Select all
void square(int& a)
{
a=a*a;
}
Code: Select all
void square(int& a)
{
a=a*a;
}
Me too but those type conversion errors were all in a sense good for coding safely. I don't know if this was due to C to C++ conversion or not, I once defined:father_gorry wrote: ↑Sat Feb 29, 2020 12:48 pmI also have enormous amounts of type conversion errors. May this be because I'm trying to use freeRTOS code samples in Arduino?
Code: Select all
char * ch1,ch2;
Users browsing this forum: No registered users and 100 guests