Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/20/04 15:03
Read: times


 
#68897 - RE: double to char
Responding to: ???'s previous message
hi,

how to convert a double value to char*?

double d_num;
char *ch_ptr;

ch_ptr = (char *)(&d_num);

Always ask correct question if need with propper suggestion.

Regards,
Oleg

List of 8 messages in thread
TopicAuthorDate
double to char            01/01/70 00:00      
   RE: double to char            01/01/70 00:00      
      RE: double to char            01/01/70 00:00      
   RE: double to char            01/01/70 00:00      
      RE: double to char            01/01/70 00:00      
         RE: double to char            01/01/70 00:00      
   RE: double to char            01/01/70 00:00      
      RE: double to char            01/01/70 00:00      

Back to Subject List