|
C1005: Invalid numeric constant |
Top Previous Next |
Description:
The compiler detected an attempt to specify a numerical constant using an incorrect format.
Example:
x = &G12 ' error C1005: invalid numeric constant: unknown base 'G' x = &b102 ' error C1005: invalid numeric constant x = 10a ' error C1005: invalid numeric constant
|
See Also