Click here to Skip to main content
15,900,818 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: HELP with this program!!! Pin
Member 19336884-May-05 5:54
Member 19336884-May-05 5:54 
GeneralRe: HELP with this program!!! Pin
Chris Losinger4-May-05 6:03
professionalChris Losinger4-May-05 6:03 
GeneralRe: HELP with this program!!! Pin
David Crow4-May-05 6:16
David Crow4-May-05 6:16 
GeneralWeird double/int truncation error Pin
AsGoodAsItGets4-May-05 4:07
AsGoodAsItGets4-May-05 4:07 
GeneralRe: Weird double/int truncation error Pin
Chris Losinger4-May-05 4:32
professionalChris Losinger4-May-05 4:32 
GeneralRe: Weird double/int truncation error Pin
ricecake4-May-05 8:45
ricecake4-May-05 8:45 
GeneralRe: Weird double/int truncation error Pin
Anonymous5-May-05 0:32
Anonymous5-May-05 0:32 
GeneralRe: Weird double/int truncation error Pin
ricecake5-May-05 3:38
ricecake5-May-05 3:38 
What about something like:

double d;<br />
int i;<br />
<br />
/* ... */<br />
<br />
i = static_cast<int>(d);


--
Marcus Kwok
GeneralRUNTIME_CLASS Pin
muslcesonvacation4-May-05 4:03
muslcesonvacation4-May-05 4:03 
GeneralRe: RUNTIME_CLASS Pin
liquid_4-May-05 10:25
liquid_4-May-05 10:25 
GeneralTransparent Ellipse Pin
Anonymous4-May-05 3:32
Anonymous4-May-05 3:32 
GeneralRe: Transparent Ellipse Pin
Larry J. Siddens4-May-05 4:45
Larry J. Siddens4-May-05 4:45 
GeneralVisual C++ test Pin
act_x4-May-05 2:41
act_x4-May-05 2:41 
GeneralRe: Visual C++ test Pin
David Crow4-May-05 3:20
David Crow4-May-05 3:20 
GeneralRe: Visual C++ test Pin
act_x4-May-05 3:40
act_x4-May-05 3:40 
GeneralRe: Visual C++ test Pin
David Crow4-May-05 3:48
David Crow4-May-05 3:48 
GeneralRe: Visual C++ test Pin
Nitron4-May-05 8:57
Nitron4-May-05 8:57 
GeneralStacks, HELP!!!! Pin
Member 19336884-May-05 2:22
Member 19336884-May-05 2:22 
GeneralRe: Stacks, HELP!!!! Pin
David Crow4-May-05 3:22
David Crow4-May-05 3:22 
GeneralRe: Stacks, HELP!!!! Pin
ricecake4-May-05 8:41
ricecake4-May-05 8:41 
GeneralRe: Stacks, HELP!!!! Pin
David Crow4-May-05 9:45
David Crow4-May-05 9:45 
GeneralModal dialog problem Pin
doctorpi4-May-05 1:30
doctorpi4-May-05 1:30 
GeneralRe: Modal dialog problem Pin
David Crow4-May-05 3:26
David Crow4-May-05 3:26 
GeneralRe: Modal dialog problem Pin
Michael Dunn4-May-05 16:38
sitebuilderMichael Dunn4-May-05 16:38 
QuestionBest strategy for long-term timer? Pin
srev4-May-05 1:08
srev4-May-05 1:08 

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.