There is nothing to agree or disagree here, the list of C++ keywords (reserved identifiers) is clearly defined: C++ keywords
There is nothing to agree or disagree here, the list of C++ keywords (reserved identifiers) is clearly defined: C++ keywords
Calling words like 'signals' keywords is incorrect IMO, they are just macros. Words like 'emit' are completely optional (they are syntactic sugar). Other words are only needed by moc and are removed by the C++ preprocessor.
Bookmarks