Archive for 29. September 2006

Why switch/case in Packet::name??
Dear all I think it would be easier to make name() a pure virtual ... So the compiler makes sure we provide a name ;-) Switch/case is really against OO... I think Packet::fromRawData (more...)
patch for refactored QueryHits::prepareReadPayload
Here is the patch ;-) I have changed the function name to findCString
Re: Thoughts about Coding Styles and Conventions
... Dear Peter I think the points you raised are very relevant .. and I hope many  are addressed by GNU indent.... This is one great program... Whenever I need to look into (more...)
Re: First cut at using CppUnit… Testing Bye class
Thanks for the files, Atul! I took a quick look into what you’ve done and it looks quite neat! I also read the CppUnit Cookbook which explains the basics (more...)