2005-11-14から1日間の記事一覧

Maid Cafe V.I.P

off

http://www.akibablog.net/archives/2005/11/maid_cafe_vip.html うはーwww夢がひろがりんぐwwwwww

スマートポインタ(2)

id:melpon:20050801を見てて思いついたんだけれども、 templateclass T > class Object{ public: smart_ptr getThis(){ return _this; } void* operator new( size_t size ){ T* p = (T*)(malloc( size )); setThis( smart_ptr( p ) ); return p; } void ope…