Is there a difference between the .h and .hpp files when I use them in C++? I realize that the latter is the header file specifically for C++, but will it give me any benefits if I use THAT particular file? Thanks in advance .