Sunday, August 17, 2008

Sunday Development

Sunday:
  1. Google's C++ style guide demands fprintf() over streams. Current inconsistency results in code like this: (*a_sibling_iterator).first->ToString().c_str()--Token.ToString() returns std::string.
  2. Kasper Peeters' Tree(std::pair) might work as a syntax tree container class, but as a symbol storage container it fails to offer key-based retrieval through std::find(), even if nodes contain container std::pair. On a secondary note, it also seems to fail to support equality functor assignment at the time of declaration.
  3. Researching the Standard Template Library's Associative Containers for alternatives--std::map tests out acceptably.
  4. Schwarz Stein's "Rise To Heaven" from their album "New Vogue Children"

No comments:

Blog Archive