C++程序中增強型for循環編譯報錯

在程序中使用增強型for循環遍歷時,出現了報錯: [Error] range-based 'for' loops are not allowed in C++98 mode,編譯器提示for循環在C++98是不被允許。 #include <iostream> #include <vector> using namespace std; int main(){ vector<unsigned
相關文章
相關標籤/搜索