
9 Jul
2005
9 Jul
'05
12:12 a.m.
Rob Stewart wrote:
From: Larry Evans <cppljevans@cox-internet.com>
It would be nice if a header file name could end in "_+.hpp" where the "+" is meant to suggest "more than one component". Maybe just "_" would be close enough, so that a header named:
counter_.hpp
would indicate it contains components with names starting with "counter_" or components having something to do with a counter.
What would you name the header for class static_?
I don't see a trailing underscore, which is a valid character in an identifier, as a good wildcard character.
I guess you could use counter_xxx, static_xxx. I simply don't like the idea of wildcards in header names. Jonathan