• PROBLEMS WITH SPRINTF
    Hi I'm trying to convert a double number in scinetific notation into a string of 4 characters. I have written this code char result[4]; double corr; sprintf(result,"e", corr); corr is a decimal...
  • PROBLEMS WITH SPRINTF
    Hi i am having a problem with the sprintf function. i don't know what i am doing wrong. i created a function where i use sprintf to separate the digits of a decimal number, and the first time that...
  • PROBLEMS WITH SPRINTF
    Hi i am having a problem with the sprintf function. i don't know what i am doing wrong. i created a function where i use sprintf to separate the digits of a decimal number, and the first time that...
  • PROBLEMS WITH SPRINTF
    Hi I'm trying to convert a double number in scinetific notation into a string of 4 characters. I have written this code char result[4]; double corr; sprintf(result,"e", corr); corr is a decimal...
  • Problem with sprintf of float
    Hi, I have a strange problem with sprintf() function. Sometimes when i declare new variable in my project (for example an U8) and I attempt to printf a previously declared float variable in a string...