I want to know the exact difference between Header file (as in MyHeader.hpp) and a namespace in c++?
namespace
c++
Namespace is new word given to headerfile. To make new versions avaiable.