Source of Nothingness - c++

* Menu

[[About:self:AboutPage.txt]] | [[Profile:http://iddy.jp/profile/southly/]] | [[まとめ:self:1163859357.txt]] | [[オリジナル:http://ninjinix.x0.com/rn/]] | [[xyzzy:http://raido.sakura.ne.jp/southly/xyzzy/site-lisp/]] | [[あんてな:http://i-know.jp/southly/listall]] | [[■:http://raido.sakura.ne.jp/southly/lisp/ni/view.lisp]] | [[buzz:http://www.google.com/profiles/southly#buzz]]

* Scrapbook : C++で読むデザインパターン(Design Patterns read by C++)

http://www.01-tec.com/document/cpp_design_pattern.html

* Scrapbook : C/C++向け多倍長整数資料を探している人のためのガイド @ 2005年10月 @ ratio - rational - irrational @ IDM

2005/10/30/000283.html

* Scrapbook : 2005_6_23カーネル座談会@ - 読学のススメ

2005_6_23%A5%AB%A1%BC%A5%CD%A5%EB%BA%C2%C3%CC%B2%F1%AD%A1

C++のソースをひらメソッドで読むには、名前空間・オーバーロードをどうするかが悩みどころ。

* memo :

[[(ReadMore...) index.rb?1142482471.txt]]

* memo :

[[(ReadMore...) index.rb?1142480331.txt]]

* 2006-03-15

outline-tree2 で ed::build-summary-function の結果をノードにするってのはできそうな感じ。
最近C++を扱っているのだけど、Lispコーディングの影響か「三項演算子好き」「if文の条件部分にandとかorで処理を並べる」とコーディングスタイルがいつの間にやら変わっていた。
「++, --」は前置の方が速いと知って矯正中。