2013-07-01から1日間の記事一覧

Windowsでかれんだー

Linuxのcalに感動して発作的に作った. 暇つぶし. 年数を入力してカレンダーを表示する以上の機能は無い.ソースコード #include <iostream> #include <string> #include <vector> #include <array> #include <boost/format.hpp> #include <boost/date_time/gregorian/gregorian.hpp> bool is_leap_year( int const year ) { if( year % 4 == 0 && ( year % 1</boost/date_time/gregorian/gregorian.hpp></boost/format.hpp></array></vector></string></iostream>…