home
clients
know-how
products
resources
contact
home
>
resources
>
c++ coding standard
> online version
Uwyn C++ Coding Standard
Prev
Chapter 2. Naming scheme
Next
C Function Names
In a C++ project there should be very few C functions.
For C functions use the GNU convention of all lower case letters with '_' as the word delimiter.
Justification
It makes C functions very different from any C++ related names.
Example 2-16. C Function Names Example
int some_c_function() { }
Prev
Home
Next
Enum Names
Up
#define and Macro Names
powered by
RIFE
Copyright ©2001-2006 Uwyn bvba/sprl