2010-09-23から1日間の記事一覧

binary tree

いきなりだが以下の code を見てくれ。こいつをどう思う ? /* * main.cpp * binary tree * * written by janus_wel<janus.wel.3@gmail.com> * This source code is in public domain, and has NO WARRANTY. * */ #include <iostream> namespace data { namespace binarytree { template<typename Elem> struct</typename></iostream></janus.wel.3@gmail.com>…

Brainf*ck interpreter 安全化

http://d.hatena.ne.jp/janus_wel/20100920/1284988462 の続きのようであまり関係ないハナシ。 brainf*ck は仕様どおりに実装すると食わせる script によっては memory access violation しちゃったりするのでそこらへん直そうかとか。 http://github.com/ja…