Hello:
I see in the help documentation that C++ supports sprintf, but there seems to be an error reported in actual use.
The program can’t seem to find the sprinf function definition, is there a setting required?
I think you have to include <stdio.h> and not <string .h> and define a bur_heap_size.
2 Likes
Thanks. I include the wrong header file.


