When writing C++ code is there any difference between:
#include
and
No, other than the namespace situation, they're essentially identical.