Did you know that the OpenOffice.org Wiki has a WYSIWYG editor? See Help:FCKeditor

Cpp Coding Standards/CLSDESIGN/NoConv

From OpenOffice.org Wiki

Jump to: navigation, search

Avoid implicit conversions, because they might fire in the most unexpected places (and shoot you or your fellow coder in the foot). Apart from that, they might introduce subtle ambiguities (more than one way for the compiler to get from type A to type B). Prefer explicit conversions instead, because you can control their usage.

Personal tools
Create a book