View Single Post
Mentor
16Jul2009,15:42  
xpi0t0s's Avatar
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.