文件結束符

初學c++,一道例題:用戶輸入一組數,在輸出信息中顯示共輸入多少個負數。 #include<iostream> using namespace std; int main() { int number=0,a; while(cin>>a){ if(a<=0){ number++; } } cout<<number; return 0;  }  當使用istream對象做爲條件,結果是測試流的狀態。
相關文章
相關標籤/搜索