2010-11-25から1日間の記事一覧

昨日の書き直した

cpp

#include <iostream> union value { int i_value; float f_value; }; int main(){ union value val; val.i_value = 0xC4801000; std::cout << val.f_value << "\n"; } ぶっちゃけ変わらない。</iostream>

さらに続き晒す

cpp

10章(プリプロセッサ)は解く気にならなかったのでスルー。実用上は気にしなくて大丈夫っしょ… 9章 9-1 ただのwc #include <iostream> #include <string> int main(){ std::string target; // string to be counted int my_wc(std::string str); target = "This is target str</string></iostream>…

「使える経済書100冊」

使える経済書100冊 『資本論』から『ブラック・スワン』まで (生活人新書)作者: 池田信夫出版社/メーカー: NHK出版発売日: 2010/04/08メディア: 新書購入: 6人 クリック: 282回この商品を含むブログ (29件) を見る読了。経済学に関しては前から手つけたいな…