For those of you who name you member variables with no special notation like m_foo or foo_, how do you name parameters to your ctors and setters?>
m_foo
foo_
I'm using foo_, it's better than _foo since it won't conflict with implementation specific function names and keywords.