http://p4ki2fawgxocgnulzu2kzn7xa7txnjyc4ybhqriz3hte5t5v3vec23yd.onion/C++
Тоже сишный код, кстати. Вариант 7 #include <iostream> #include <list> #include <algorithm> using namespace std ; int main () { list < string > hw { "hello" , " " , "world" }; for ( auto & s : hw ) cout << s ; cout << endl ; for_each ( hw . begin (), hw . end (), []( string & s ){ cout << s ; }); cout << endl ; } C++11 ^__^.