I took Laurent's suggestion of renaming count to c, even though the result looks like a value judgement on a competing programming environment:
value[c++] = 'n'; value[c++] = 'u'; value[c++] = 'l'; value[c++] = 'l'; On Wed, Mar 27, 2013 at 11:42 PM, Laurent Bourgès <bourges.laur...@gmail.com > wrote: > Maybe the local var count could be renamed _count or c to avoid name > conflict with the member count and make the code more readable / obvious. > > >