問題及**:
/*
*煙台大學計算機與控制工程學院
*檔名稱:yuedu5.cpp
*作 者:閆安
*完成日期:2023年6月20日
*版 本 號:codeblocks 16.01
**問題描述:閱讀程式5
*程式輸入:無
*程式輸出:運算結果
*/#include #include #include #include #include using namespace std;
class angle
int mul(int times)
};int main()
; vectorva;
for(int i =10; i <= 50; i += 10)
va.push_back(angle(i));
transform(va.begin(), va.end(), x, ostream_iterator(cout , " "), mem_fun_ref(&angle::mul));
cout << endl;
return 0;
}
執行結果:
第十五周 閱讀程式(1)
檔名稱 test.cpp 作 者 呼亞萍 完成日期 2015年6月15日 版 本 號 v1.0 程式輸入 相應的程式 程式輸出 對應得結果 include include include using namespace std int main int a ofstream outfile f1.d...
第十五周 閱讀程式(2)
檔名稱 test.cpp 作 者 呼亞萍 完成日期 2015年6月15日 版 本 號 v1.0 問題描述 檢視下面程式的輸出,解釋為什麼會有這樣的輸出。程式輸入 相應的程式 程式輸出 對應得結果 include include using namespace std int main ofstrea...
第十五周 閱讀程式(3)
檔名稱 test.cpp 作 者 呼亞萍 完成日期 2015年6月15日 版 本 號 v1.0 問題描述 閱讀下面的程式,指出其功能,體會seekg tellg 等函式的功能及其用法 程式輸入 相應的程式 程式輸出 對應得結果 include include using namespace std ...