Click here to Skip to main content
15,919,132 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow do i use acmFormatEnum? All help is appreciated! Pin
redeemer13-Aug-02 9:10
redeemer13-Aug-02 9:10 
AnswerRe: How do i use acmFormatEnum? All help is appreciated! Pin
Ernest Laurentin13-Aug-02 10:46
Ernest Laurentin13-Aug-02 10:46 
AnswerRe: How do i use acmFormatEnum? All help is appreciated! Pin
Ernest Laurentin14-Aug-02 17:40
Ernest Laurentin14-Aug-02 17:40 
GeneralCOleSafeArray Pin
Mazdak13-Aug-02 9:08
Mazdak13-Aug-02 9:08 
GeneralRe: COleSafeArray Pin
Ernest Laurentin13-Aug-02 10:06
Ernest Laurentin13-Aug-02 10:06 
Generalchar representation of a double Pin
senorbuckwheat13-Aug-02 8:22
senorbuckwheat13-Aug-02 8:22 
Hi,

I am looking for a way to convert a double to the char representation, ie. put double, which is eight bytes, to char[8];
Example:

double nDb = 12.34;
char szDb[8];

szdB would hold the character representation of nDb which might look something like:
[0] 0''
[1] 0''
[2] 0''
[3] 0''
[4] 0''
[5] 0''
[6] 51'3'
[7] 64'@'

Thank you.
GeneralRe: char representation of a double Pin
Chris Losinger13-Aug-02 8:30
professionalChris Losinger13-Aug-02 8:30 
GeneralRe: char representation of a double Pin
Tomasz Sowinski13-Aug-02 8:31
Tomasz Sowinski13-Aug-02 8:31 
Generalmodal dialog range checking Pin
jimNLX13-Aug-02 8:19
jimNLX13-Aug-02 8:19 
GeneralRe: modal dialog range checking Pin
Tomasz Sowinski13-Aug-02 8:21
Tomasz Sowinski13-Aug-02 8:21 
GeneralRe: modal dialog range checking Pin
jimNLX13-Aug-02 8:23
jimNLX13-Aug-02 8:23 
GeneralRe: modal dialog range checking Pin
Tomasz Sowinski13-Aug-02 8:28
Tomasz Sowinski13-Aug-02 8:28 
GeneralRe: modal dialog range checking Pin
jimNLX13-Aug-02 8:43
jimNLX13-Aug-02 8:43 
GeneralRe: modal dialog range checking Pin
Tomasz Sowinski13-Aug-02 9:13
Tomasz Sowinski13-Aug-02 9:13 
GeneralRe: modal dialog range checking Pin
jimNLX13-Aug-02 9:28
jimNLX13-Aug-02 9:28 
GeneralRe: modal dialog range checking Pin
Tomasz Sowinski13-Aug-02 9:30
Tomasz Sowinski13-Aug-02 9:30 
GeneralRe: modal dialog range checking Pin
jimNLX13-Aug-02 9:36
jimNLX13-Aug-02 9:36 
GeneralRe: modal dialog range checking Pin
Tomasz Sowinski13-Aug-02 9:39
Tomasz Sowinski13-Aug-02 9:39 
GeneralRe: modal dialog range checking Pin
JennyP13-Aug-02 10:14
JennyP13-Aug-02 10:14 
GeneralRe: modal dialog range checking Pin
jimNLX13-Aug-02 10:57
jimNLX13-Aug-02 10:57 
Questionwrong use of delete here? Pin
ns13-Aug-02 8:17
ns13-Aug-02 8:17 
AnswerRe: wrong use of delete here? Pin
includeh1013-Aug-02 8:25
includeh1013-Aug-02 8:25 
AnswerRe: wrong use of delete here? Pin
Tomasz Sowinski13-Aug-02 8:27
Tomasz Sowinski13-Aug-02 8:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.