«前の日記(2006.08.28 / Monday) 最新 次の日記(2006.08.31 / Thursday)» 編集

Hena Hena Nikki

2003|05|06|07|08|09|10|11|12|
2004|01|02|03|04|05|06|07|08|09|10|11|12|
2005|01|02|03|04|05|06|07|08|09|10|11|12|
2006|01|02|03|04|05|06|07|08|09|10|11|12|
2007|01|02|03|04|05|06|07|08|09|10|11|12|
2008|01|02|03|04|05|06|07|08|09|10|11|12|
2009|01|02|03|04|05|06|07|08|09|10|11|12|
2010|01|02|03|04|05|06|07|08|09|10|11|12|
2011|01|02|03|04|05|06|07|08|10|11|12|
2012|01|02|03|04|05|06|07|08|10|12|
2013|01|02|04|06|

2006.08.30 / Wednesday [長年日記]

* [computer/update] 風博士 ver.0.4.0

レンダリングに Gecko エンジンを利用した web browser。 1 ヶ月ぶりの version up。

* [computer/update] 鬼車 ver.4.4.1

複数の文字コードに対応した C の正規表現ライブラリ (BSD ライセンス)。

* [computer/update] TinyXml ver.2.5.1

シンプルで小さい DOM な XML パーサ。 約 7 ヶ月半ぶりの version up。

* [computer] GCC: -Weffc++ (C++ only)

g++ にはこんなオプションがあるそうだ。 知らんかった。 orz

Warn about violations of the following style guidelines from Scott Meyers' Effective C++ book:

  • Item 11: Define a copy constructor and an assignment operator for classes with dynamically allocated memory.
  • Item 12: Prefer initialization to assignment in constructors.
  • Item 14: Make destructors virtual in base classes.
  • Item 15: Have "operator=" return a reference to *this.
  • Item 23: Don't try to return a reference when you must return an object.

Also warn about violations of the following style guidelines from Scott Meyers' More Effective C++ book:

  • Item 6: Distinguish between prefix and postfix forms of increment and decrement operators.
  • Item 7: Never overload "&&", "||", or ",".

When selecting this option, be aware that the standard library headers do not obey all of these guidelines; use grep -v to filter out those warnings.


  • この日記には本日 名の方が訪問してくださっているようです。 また、昨日は 名の方が訪問してくださったようです。
  • この日記の更新情報の取得には antenna.lirs を利用するのがおすすめです。