RAD Studio
ContentsIndex
PreviousUpNext
E2323: Illegal number suffix (C++)

A numeric literal is followed by a suffix that is not recognized by the compiler. 

 

int i = 1234i15;   // Error: no i15 suffix
int j = 1234i16;   // OK
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!