This is an old revision of the document!
C++ file extensions:
.cpp
.CC
.cxx
C++ header file extensions
.hpp
.h
hxx
The recommended extensions are .cpp
and .hpp
The output of the compiled code comes out as a .o
file
Preproccesed C++ Source Files have a .ii
file extension