if (false) 代碼塊中的語句會被編譯

測試代碼:ios #include <iostream> int main() { bool bFlag = false; if (bFlag) { std::cout << "This statement will never be executed. " << std::endl; #pragma message("The if statem
相關文章
相關標籤/搜索