Thread
:
Program With C++ style
View Single Post
xpi0t0s
Mentor
16Jul2009,15:42
The point of header files is to share definitions between multiple source files. So if you only have one source file there's no point in having a header file.