Synopsis: | C++ header files have the extension .h, .hpp or .hxx |
Language: | C++ |
Severity Level: | 8 |
Category: | Code Organization |
Description: |
Using other extensions introduce complexity when used in the Visual C++ environment. For ease of use the generally accepted extension .h, .hpp and .hxx are used. |