'Include header files without ".h" format

I know that to include headers you must type #include <header.h>.

Is there a way to include the header as #include <header>, like we do with iostream or cstdlib?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source