Next:
IDL programming conventions
Up:
C++ programming conventions
Previous:
Return values
Contents
Indentation
Please use 2 spaces for indentation of loops (like code inside
for (){ }
and
while (){}
).
Holger Fleckenstein 2008-07-08