Return to Website

C++ / VC++ / MFC Discussion Forum

Welcome to the forum. Now, you can use HTML in your posts too.

C++ / VC++ / MFC Discussion Forum
Start a New Topic 
Author
Comment
DATA TYPES

Hi There;

i have big problem about conversion data types,

i have to store double values into bytes
for example 1234,456 i have to save in 5 bytes

double num=1234,456;
bytes val ;

how can i store this double value into val array

and how can read back

by C language

Please help me!!!!
This is very urgent