SyntaxFix
Write A Post
Hire A Developer
Questions
.cpp is the recommended extension for C++ as far as I know. Some people even recommend using .hpp for C++ headers, just to differentiate from C.
.cpp
.hpp
Although the compiler doesn't care what you do, it's personal preference.