Hello,
I am working on a small program that could be useful for me one day, but for now not. This program consists of reading data from a file, then put a "total" when it reaches the EOF.
My problem is that I don't know/understand how to change the type of the variable to another type.
Example :
dData is a double variable.
cData[10] is a string variable.
I want to put the value of dData into cData, but how ?
Thanks for any answers !
I am working on a small program that could be useful for me one day, but for now not. This program consists of reading data from a file, then put a "total" when it reaches the EOF.
My problem is that I don't know/understand how to change the type of the variable to another type.
Example :
dData is a double variable.
cData[10] is a string variable.
I want to put the value of dData into cData, but how ?
Thanks for any answers !
