...ing logging 4.0

はてなブログに移行しました。D言語の話とかいろいろ。

2008-12-01から1ヶ月間の記事一覧

WordでShift+F5

何回か前までの編集箇所にジャンプできる. 実はかなり便利.

CとC++の互換性

C C++

C99で互換性が失われてしまったわけだが,もうC++はCには追随しないのだろうな. C++はもっと色々なものをdeprecatedにしてもいいと思う.

Is "Out of Memory" a recoverable error?

I asked this over on stackoverflow.com to see what people using other languages have to say, as well as the D community. The reason I ask is to see if memory allocation can be allowed in functions marked "nothrow". http://stackoverflow.com…

D言語のためのconceptを考える

さてと.問題は; concept_mapにはメンバ関数が定義できないこと D言語には非メンバ関数のoperatorX関数がないこと