Click here to Skip to main content
15,881,852 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Need help! Pin
Ryan Binns17-Aug-04 19:04
Ryan Binns17-Aug-04 19:04 
GeneralRe: Need help! Pin
donew20-Aug-04 14:10
donew20-Aug-04 14:10 
Generalpointer to struct Pin
skullnite17-Aug-04 15:29
skullnite17-Aug-04 15:29 
GeneralRe: pointer to struct Pin
Indrawati17-Aug-04 15:34
Indrawati17-Aug-04 15:34 
GeneralRe: pointer to struct Pin
Maximilien17-Aug-04 16:01
Maximilien17-Aug-04 16:01 
Questionbutton/icon on someone else's window? Pin
Peter Weyzen17-Aug-04 13:51
Peter Weyzen17-Aug-04 13:51 
AnswerRe: button/icon on someone else's window? Pin
Ravi Bhavnani17-Aug-04 16:08
professionalRavi Bhavnani17-Aug-04 16:08 
GeneralProblem using the "pow" function Pin
crushinghellhammer17-Aug-04 12:40
crushinghellhammer17-Aug-04 12:40 
I have six lines in my code similar to the following:

Biquad[0]->mfVh = pow(10, (0.05*mfGh));

On compiling the program I get the following error:
error c2666: 'pow': 7 overloads have similar conversions.

Could somebody explain to me what this means.

Biquad[i] is an object of cBiquad.
mfVh and mfGh are floats.

I've tried suffixing 10 and 0.05 with f, but that gives me a separate error saying that the use of the suffix there is incorrect.

If you could let me know what I'm doing wrong it would be of great help! Thanks!
GeneralRe: Problem using the "pow" function Pin
crushinghellhammer17-Aug-04 12:47
crushinghellhammer17-Aug-04 12:47 
GeneralRe: Problem using the "pow" function Pin
User 58385217-Aug-04 18:58
User 58385217-Aug-04 18:58 
GeneralRe: Problem using the "pow" function Pin
crushinghellhammer17-Aug-04 19:27
crushinghellhammer17-Aug-04 19:27 
GeneralRe: Problem using the "pow" function Pin
User 58385217-Aug-04 19:59
User 58385217-Aug-04 19:59 
GeneralImage copier - the best image tool for all programmers, don't miss it! Pin
includeh1017-Aug-04 11:26
includeh1017-Aug-04 11:26 
GeneralRe: Image copier - the best image tool for all programmers, don't miss it! Pin
peterchen17-Aug-04 11:58
peterchen17-Aug-04 11:58 
GeneralRe: Image copier - the best image tool for all programmers, don't miss it! Pin
includeh1017-Aug-04 12:24
includeh1017-Aug-04 12:24 
GeneralRe: Image copier - the best image tool for all programmers, don't miss it! Pin
peterchen17-Aug-04 12:32
peterchen17-Aug-04 12:32 
GeneralXml Parsing & Validating Pin
SR7717-Aug-04 10:51
SR7717-Aug-04 10:51 
GeneralRe: Xml Parsing & Validating Pin
Ravi Bhavnani17-Aug-04 11:31
professionalRavi Bhavnani17-Aug-04 11:31 
GeneralRe: Xml Parsing & Validating Pin
Neville Franks17-Aug-04 11:45
Neville Franks17-Aug-04 11:45 
GeneralRe: Xml Parsing & Validating Pin
Nemanja Trifunovic17-Aug-04 16:32
Nemanja Trifunovic17-Aug-04 16:32 
GeneralRe: Xml Parsing & Validating Pin
Ivan Cachicatari17-Aug-04 12:04
Ivan Cachicatari17-Aug-04 12:04 
GeneralRe: Xml Parsing & Validating Pin
Ravi Bhavnani17-Aug-04 16:11
professionalRavi Bhavnani17-Aug-04 16:11 
GeneralRe: Xml Parsing & Validating Pin
Ivan Cachicatari18-Aug-04 5:42
Ivan Cachicatari18-Aug-04 5:42 
GeneralRe: Xml Parsing & Validating Pin
Ravi Bhavnani18-Aug-04 10:40
professionalRavi Bhavnani18-Aug-04 10:40 
GeneralDebug Assertion Failed! Please help me out!! Pin
Anonymous17-Aug-04 10:27
Anonymous17-Aug-04 10: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.