Is it safe to mix .h and .hpp or .hxx (and whatever else) header files in Visual Studio (MSVS 2017)?

  • Thread starter Thread starter Nik-Lz
  • Start date Start date
N

Nik-Lz

Guest
As per the title, this is a straight forward question. Is it safe, is it even possible? (I believe it is).

Can I mix .h and .hpp and .hxx and .my_header_file_extension ?

Could it cause any issues?

I am on C++ MSVS 2017 Windows 8.1, x86_64. Thanks in advance.

Continue reading...
 
Back
Top