RAD Studio
ContentsIndex
PreviousUpNext
E2287: Parameter 'number' missing name (C++)

In a function definition header, this parameter consisted only of a type specifier 'number' with no parameter name. 

This is not legal in C. 

(It is allowed in C++, but there's no way to refer to the parameter in the function.)

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!