I know it makes little difference to a project but, assuming you use #defined header guards for your C++ code, what format do you use? e.g. assuming a header called f
f
If you are using Visual Studio or a Microsoft compiler use the pragma way
#pragma once