#define with space
问题 Is it possible to write define with spaces such as: #define replace to replacement here I want to replace " replace to " with " replacement here ". EDIT: I want to test private members: I did write #define private public but it didn't work for private slots in Qt so my intend was to use something like #define private slots: public slots: anyway I have found another way to test slots and by the way I'm aware of that this is an ugly hack. 回答1: no, you can't #define identifier something what you