This topic has not yet been rated - Rate this topic

Compiler Warning (level 1) C4048

different declared array subscripts : 'identifier1' and 'identifier2'

An expression involves pointers to arrays of different size. The pointers are used without conversion.

This warning may be fixed if you explicitly cast the arrays to the same or equivalent type.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Advertisement