RAD Studio
ContentsIndex
PreviousUpNext
E2273: 'main' cannot be declared as static or inline (C++)

You cannot make main static or inline. For example, you cannot use static int main() or inline int main().

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