Commit 7a6d8257 by Szeberényi Imre

8. feladat

parent f9a913f6
......@@ -126,7 +126,8 @@ int main() {
std::less<int> lt;
cout << "less teszt: " << std::boolalpha << lt(8, 100) << endl;
cout << "darr-ban kisebb, mint 100: ";
cout << std::count_if(darr.begin(), darr.end(), std::bind2nd(std::less<double>(), 100));
#error "ide kell betenni a count_if fuggvenyhivast"
cout << ...
cout << endl;
#endif // ELKESZULT >= 8
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment