Difference between revisions of "Cpp Coding Standards"

From Apache OpenOffice Wiki
Jump to: navigation, search
m
Line 1: Line 1:
 
This page gathers rules, advice and best practices for developing with C++ in the [[OpenOffice.org]] project.
 
This page gathers rules, advice and best practices for developing with C++ in the [[OpenOffice.org]] project.
 
----
 
----
* [[/Topics/CLSDESIGN | Class Design]]
+
* [[/Topics/CLSDESIGN | CLSDESIGN]]- Class Design
* [[/Topics/CLSINIT | Class Construction, Destruction and Copying]]
+
* [[/Topics/CLSINIT | CLSINIT]] - Class Construction, Destruction and Copying
* [[/Topics/CODEDOCU | Code Documentation]]
+
* [[/Topics/CODEDOCU | CODEDOCU]] - Code Documentation
* [[/Topics/DESIGN | Design]]
+
* [[/Topics/DESIGN | DESIGN]] - Design
* [[/Topics/ENC | Encapsulation]]
+
* [[/Topics/ENC | ENC]] - Encapsulation
* [[/Topics/ERR | Error Handling]]
+
* [[/Topics/ERR | ERR]] - Error Handling
* [[/Topics/FORMAT | Code Format]]
+
* [[/Topics/FORMAT | FORMAT]] - Code Format
* [[/Topics/FDESIGN | Function Design]]
+
* [[/Topics/FDESIGN | FDESIGN]] - Function Design
* [[/Topics/FIMPL | Function Implementation]]
+
* [[/Topics/FIMPL | FIMPL]] - Function Implementation
* [[/Topics/GEN | General Coding]]
+
* [[/Topics/GEN | GEN]] - General Coding
* [[/Topics/HEADERS | Header Files]]
+
* [[/Topics/HEADERS | HEADERS]] - Header Files
* [[/Topics/HIERARCHY | Hierarchies of Virtual Classes]]
+
* [[/Topics/HIERARCHY | HIERARCHY]] - Hierarchies of Virtual Classes
* [[/Topics/IFC | Interfaces]]
+
* [[/Topics/IFC | IFC]] - Interfaces
* [[/Topics/OBSOLETE | Obsolete Habits]]
+
* [[/Topics/OBSOLETE | OBSOLETE]] - Obsolete Habits
* [[/Topics/SECURITY | Security]]
+
* [[/Topics/SECURITY | SECURITY]] - Security
* [[/Topics/STL | The C++ Standard Template Library]]
+
* [[/Topics/STL | STL]] - The C++ Standard Template Library
* [[/Topics/TYPE | Type Safety]]
+
* [[/Topics/TYPE | TYPE]] - Type Safety
 +
----
 +
[[Category:Coding Standards]]

Revision as of 11:17, 27 November 2006

This page gathers rules, advice and best practices for developing with C++ in the OpenOffice.org project.



Personal tools