Compiler Error C2564 (Windows CE 5.0)

Send Feedback

'type' : function-style conversion to builtin type takes only one argument

Function-style type casts of built-in types take a single argument.

The following example shows ways this error might occur.

void g(float f, double d) {
int j=int(f, d);//error
}

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.