O HAI THIS BLOG PURPZIEZ 2 B UZED AZ MAH PLESIOUS MEM. :)

2007/08/02

MeasureSLOC(&AGC_B2Fork);

以下,AGC B2Forkの状況を晒し上げ.
[Here is AGC B2Fork's SLOC trend to revision 70.]

  • revision 5辺りまででadd FIXMEs.
  • revision 15辺りまでdelete unrelated provious' comments.
  • revision 30辺りまでexport internal generics.
  • revision 50辺りまでvarious fixes for pipeline calculations.
  • revision 50辺りでinternal statemachine rewrite.
  • revision 70辺りまでsanitize entities' name.

IsCppNewbie(&me);

ビミョーに仕事をサボりつつ,STLport関連のページとかをホゲホゲ.
個人的にC++は食わず嫌い,実際にブツを作ってみると果たしてどうなるんか少し試す事にした.
以下,メモ.
[Going on a jaunt STLport. I'm not C++ haX0r, but I don't line C++. But tasting is always not bad idea. The following is a part of diff C to C++ for me.]
  • line comment
  • default value of function's argument
  • overloaded function
  • dynamic memory
  • anonymous unions
  • class
  • constructor, destructor
  • overloading operater
  • this
  • polymorphisms
  • templates
  • name spaces
  • exception
  • type casting

単純なブツなら副作用に気を付けてCで#define使って実装してしまいそうだとか,そんな書き方は怠け過ぎだろとか思ったりするけど. :p
[Some of the aboves looks to be able to be implemented by #define macro magiX. Or looks too lazy codin' stuffs, blah blah blah... :p]