2012-11-16から1日間の記事一覧

C++でLINQ的なもの - Ix++ Rx++

C++

暇つぶしにネットサーフィンしてたらこんなのみつけたhttps://rx.codeplex.com/ #include <cpplinq/linq.hpp> #include <iostream> #include <vector> int main() { using namespace cpplinq; std::vector<int> v = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }; auto data_parsed = from( v ) .where( []( const</int></vector></iostream></cpplinq/linq.hpp>…