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

C++わからない

id:yshl:20130623:1371964229 について typeid してみた using namespace std; #include<iostream> #include<typeinfo> typedef struct { int x, y; } Foo1; typedef const struct { int x, y; } Foo2; typedef struct Foo3_ { int x, y; } Foo3; typedef const struct Foo4_ { i</typeinfo></iostream>…