2014-10-22から1日間の記事一覧

C++11 よく使いそうな機能

#include "stdafx.h" #include <iostream> #include <string> #include <vector> #include <random> #include <chrono> #include <boost/algorithm/string.hpp> #include <boost/tokenizer.hpp> #include <boost/filesystem/path.hpp> #include <boost/filesystem/operations.hpp> #include <boost/filesystem/fstream.hpp>…</boost/filesystem/fstream.hpp></boost/filesystem/operations.hpp></boost/filesystem/path.hpp></boost/tokenizer.hpp></boost/algorithm/string.hpp></chrono></random></vector></string></iostream>