in my project I need to convert Deciml variable to char*; Coz I need to save the value that user entered in a numericupdown control in a xml output using tinyXML. the function that I am using for printing text in tinyXMl, take the char* parameter.
TiXmlText(char *);