 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Thu May 25, 2006 2:21 pm Post subject: Type naming conventions |
|
|
Hi, everyone !
I noticed that the Standard Library sometimes appends a '_type' suffix
to the name of some types (e.g. vector<T>::size_type). And, I was
wondering about the exact rules (if any) govering this. For example, If
I want to follow the standard convention (if any) should I name a
coordinate type 'typedef float coord' or 'typedef float coord_type' ?
PS: Is there some paper defining all the naming conventions of the
standard library ?
Thanks In advance,
-- Anis Benyelloul
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ] |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|