标签: c++ c-preprocessor preprocessor conditional-compilation
好的,所以我想知道我是否能够检查{/ 1}}是否存在于另一个文件中
symbol
或
#ifdef symbol //it exists #endif
原因是我想检查另一个文件(类)中是否存在方法并相应地执行其他代码。
编辑: 据我所见,它只检查#ifndef symbol //it doesn't exist #endif 定义所在的文件(类)中是否存在符号。
#ifndef symbol //it doesn't exist #endif