2011-03-01から1ヶ月間の記事一覧

正しいデストラクターを呼び出せますか?

//"sample01.cpp" #include <stdio.h> #include <stdlib.h> #include <new> #include <memory> class Foo; Foo *createFoo(); int main(int argc, char* argv[]) { Foo * f = createFoo(); delete f; return 0; } //"sample02.cpp" #include<stdio.h> class Foo { public: Foo() { fprintf(stdout, "ct</stdio.h></memory></new></stdlib.h></stdio.h>…

ILSpy

([ILSpy、Moonlight 4 (preview)、Nuget 1.1、tyr F#、等々 ≪ ++C++; // 未確認飛行 C ブログ]より) //wiki.sharpdevelop.net/ilspy.ashx" title="ILSpy - SharpDevelop Wiki" target="_blank">[ILSpy - SharpDevelop Wiki]:開発元の公式ページ。 //commun…