Click here to Skip to main content
15,904,653 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: efficient 'push&hold' button ? Pin
ganjabro26-Oct-05 8:41
ganjabro26-Oct-05 8:41 
QuestionHow to get the actual value? Pin
ShiningStarPxx26-Oct-05 3:43
ShiningStarPxx26-Oct-05 3:43 
AnswerRe: How to get the actual value? Pin
Cedric Moonen26-Oct-05 3:46
Cedric Moonen26-Oct-05 3:46 
GeneralRe: How to get the actual value? Pin
ShiningStarPxx26-Oct-05 20:08
ShiningStarPxx26-Oct-05 20:08 
GeneralRe: How to get the actual value? Pin
Cedric Moonen26-Oct-05 20:41
Cedric Moonen26-Oct-05 20:41 
AnswerRe: How to get the actual value? Pin
David Crow26-Oct-05 4:04
David Crow26-Oct-05 4:04 
GeneralRe: How to get the actual value? Pin
ShiningStarPxx26-Oct-05 20:00
ShiningStarPxx26-Oct-05 20:00 
GeneralRe: How to get the actual value? Pin
Anonymous26-Oct-05 21:59
Anonymous26-Oct-05 21:59 
#include <math.h>
#include <stdio.h>

void main( void )
{
double x = 2.0, y = 3.0, z;

z = pow( x, y );
printf( "%.1f to the power of %.1f is %.1f\n", x, y, z );
}
Output
2.0 to the power of 3.0 is 8.0
GeneralRe: How to get the actual value? Pin
Anonymous26-Oct-05 22:02
Anonymous26-Oct-05 22:02 
GeneralRe: How to get the actual value? Pin
David Crow27-Oct-05 2:19
David Crow27-Oct-05 2:19 
Questionrelease version help pls Pin
Mithin26-Oct-05 2:52
Mithin26-Oct-05 2:52 
AnswerRe: release version help pls Pin
David Crow26-Oct-05 3:00
David Crow26-Oct-05 3:00 
GeneralRe: release version help pls Pin
Mithin26-Oct-05 3:08
Mithin26-Oct-05 3:08 
GeneralRe: release version help pls Pin
Cedric Moonen26-Oct-05 3:44
Cedric Moonen26-Oct-05 3:44 
GeneralRe: release version help pls Pin
Mithin26-Oct-05 3:52
Mithin26-Oct-05 3:52 
GeneralRe: release version help pls Pin
Cedric Moonen26-Oct-05 4:00
Cedric Moonen26-Oct-05 4:00 
GeneralRe: release version help pls Pin
Mithin26-Oct-05 4:24
Mithin26-Oct-05 4:24 
AnswerRe: release version help pls Pin
BadKarma26-Oct-05 8:35
BadKarma26-Oct-05 8:35 
AnswerRe: release version help pls Pin
John R. Shaw26-Oct-05 15:56
John R. Shaw26-Oct-05 15:56 
QuestionCompile time warning in C++ Pin
AnkurGupta_198126-Oct-05 2:06
AnkurGupta_198126-Oct-05 2:06 
AnswerRe: Compile time warning in C++ Pin
toxcct26-Oct-05 2:55
toxcct26-Oct-05 2:55 
GeneralRe: Compile time warning in C++ -- Not working Pin
AnkurGupta_198126-Oct-05 6:16
AnkurGupta_198126-Oct-05 6:16 
GeneralRe: Compile time warning in C++ -- Not working Pin
toxcct26-Oct-05 6:20
toxcct26-Oct-05 6:20 
QuestionAbout Doc/View relation : Vc++ _Plz Help Pin
parims26-Oct-05 1:57
parims26-Oct-05 1:57 
AnswerRe: About Doc/View relation : Vc++ _Plz Help Pin
toxcct26-Oct-05 2:30
toxcct26-Oct-05 2:30 

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.