I noticed that the boost library uses header files of (.hpp).
I am curious since most source files I see use normal .h header files.
Could there be any special instances which warrant use of .hpp instead of .h ?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Just convention, nothing special. You can use any extension on include files, actually.