This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

converting integer to string in CCE v3



i tried to use 'itoa'  to do this, but i get a link error when building.  so, then i tried using sprintf(buff,"%d",reading) ... but the string stored in 'buff' is some random non-changing value.  is there a trick to this type of conversion in CCE v.3, or am I just missing something?