We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hey, please excuse the lack of expertise, but it has been years since i've programmed and I am just getting back into it.
I have 2 questions.
1) Why are the standard libraries for Arm different than other standard C libraries. For example, the stdlib library is missing the itoa() function that is available for other compilers. Can I use these libraries for the Arm or do i need one that is specifically made for the Arm compiler. Another example is string.h, where in the past i remember being able to create a variable using the typedef "string" where as in now i cannot.
2) Is there an easy alternative to converting an integer to a string?
Any help is really appreciated. Thanks Omer
2)