User Tools

Site Tools


for_developers:style_guide

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
for_developers:style_guide [2016/02/12 09:32] abajricfor_developers:style_guide [2016/12/18 15:31] graf
Line 24: Line 24:
  
 === File Names and Extensions === === File Names and Extensions ===
- +  * File names 
-File names+    File names should be the same as the class name. For example, for the class ExampleClass the header file is ExampleClass.hpp and the source file ExampleClass.cpp 
- +    If there is more then one class defined in a single file, we use the module name for the file name. A module name always starts with a small letter (e.g. exampleModule.cpp) 
-File names should be the same as the class name. For example, for the class ExampleClass the header file is ExampleClass.hpp and the source file ExampleClass.cpp +  File extensions 
- +    C++ Source Code: use .cpp 
-If there is more then one class defined in a single file, we use the module name for the file name. A module name always starts with a small letter (e.g. exampleModule.cpp) +    C++ Headerfiles: use .hpp
- +
-File extensions+
- +
-C++ Source Code: use .cpp +
-C++ Headerfiles: use .hpp+
  
 === Variable Names === === Variable Names ===
for_developers/style_guide.txt · Last modified: 2021/06/09 18:31 by ursgraf