Sunday Development
Sunday:
- 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.
- 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.
- Researching the Standard Template Library's Associative Containers for alternatives--std::map tests out acceptably.
- Schwarz Stein's "Rise To Heaven" from their album "New Vogue Children"
No comments:
Post a Comment