On Aug 4, 8:46 am, ManicQin <Manic...@gmail.com> wrote:
> On Aug 4, 8:34 am, ManicQin <Manic...@gmail.com> wrote:
> >Names starting with an underscore followed by an uppercase
> >letter are reserved for the compiler. You should not use them
> >for your own purposes.
> I'm used to see STL headers using the same convention so I
> adopted it.
The STL is part of the implementation, so it cannot use names
that you are allowed to use. That's why such names are
reserved.
> What is the preferred convention?
Just about anything else

. For container templates, a lot of
people use simply T (although I'm not sure that that's a good
idea).
--
James Kanze (GABI Software) email:
Conseils en informatique orientée objet/
Beratung in objektorientierter Datenverarbeitung
9 place Sémard, 78210 St.-Cyr-l'École, France, +33 (0)1 30 23 00 34