Click here to Skip to main content
15,887,683 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: create a text wallpaper Pin
David Crow26-May-05 9:42
David Crow26-May-05 9:42 
GeneralRe: create a text wallpaper Pin
jet91526-May-05 10:34
jet91526-May-05 10:34 
GeneralRe: create a text wallpaper Pin
David Crow27-May-05 2:13
David Crow27-May-05 2:13 
GeneralTake de real part from a decimal number Pin
alvarillo26-May-05 9:20
alvarillo26-May-05 9:20 
GeneralRe: Take de real part from a decimal number Pin
Jack Puppy26-May-05 9:33
Jack Puppy26-May-05 9:33 
GeneralRe: Take de real part from a decimal number Pin
David Crow26-May-05 9:34
David Crow26-May-05 9:34 
GeneralRe: Take de real part from a decimal number Pin
knapak26-May-05 13:45
knapak26-May-05 13:45 
GeneralRe: Take de real part from a decimal number Pin
cmk27-May-05 7:51
cmk27-May-05 7:51 
From MSDN:

double modf(
double x,
double *intptr
);

Splits a floating-point value into fractional and integer parts.
This function returns the signed fractional portion of x. There is no error return.

x : Floating-point value.
intptr : Pointer to stored integer portion.

The modf function breaks down the floating-point value x into fractional and integer parts, each of which has the same sign as x. The signed fractional portion of x is returned. The integer portion is stored as a floating-point value at intptr.


...cmk

Save the whales - collect the whole set
GeneralA "hold down" CButton Pin
mckavity26-May-05 9:16
mckavity26-May-05 9:16 
GeneralRe: A "hold down" CButton Pin
David Crow26-May-05 9:33
David Crow26-May-05 9:33 
GeneralRe: A "hold down" CButton Pin
mckavity26-May-05 9:44
mckavity26-May-05 9:44 
GeneralDifference Pin
Usman Tasleem Akshaf26-May-05 8:16
Usman Tasleem Akshaf26-May-05 8:16 
GeneralRe: Difference Pin
Ravi Bhavnani26-May-05 9:07
professionalRavi Bhavnani26-May-05 9:07 
GeneralRe: Difference Pin
David Crow26-May-05 9:07
David Crow26-May-05 9:07 
GeneralCannot create reference to CWinApp in my CDialog Pin
KnaveR77726-May-05 6:57
KnaveR77726-May-05 6:57 
GeneralMSDN .NET 2003 Download Pin
Toni7826-May-05 5:44
Toni7826-May-05 5:44 
GeneralRe: MSDN .NET 2003 Download Pin
Anonymous26-May-05 7:05
Anonymous26-May-05 7:05 
GeneralRe: MSDN .NET 2003 Download Pin
Toni7826-May-05 7:32
Toni7826-May-05 7:32 
GeneralRe: MSDN .NET 2003 Download Pin
Ryan Binns26-May-05 18:48
Ryan Binns26-May-05 18:48 
GeneralRe: MSDN .NET 2003 Download Pin
Toni7827-May-05 1:59
Toni7827-May-05 1:59 
GeneralRe: MSDN .NET 2003 Download Pin
Ryan Binns27-May-05 2:16
Ryan Binns27-May-05 2:16 
GeneralRe: MSDN .NET 2003 Download Pin
Toni7827-May-05 5:34
Toni7827-May-05 5:34 
Generalcan't figure out this calculation Pin
godzooky26-May-05 5:29
godzooky26-May-05 5:29 
GeneralRe: makes no sense to me Pin
Budric B.26-May-05 6:47
Budric B.26-May-05 6:47 
GeneralRe: can't figure out this calculation Pin
#realJSOP26-May-05 7:28
mve#realJSOP26-May-05 7:28 

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.