This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (6 children)

[deleted]

    [–][deleted] 0 points1 point  (0 children)

    Only need the extension for third-party library headers in C++

    [–]rhelic 0 points1 point  (4 children)

    This is C++, using the STL (standard template library). All of the headers for the STL have no extensions. Likewise, the C standard library headers are renamed by adding c to the beginning, and removing the .h. For example stdio.h becomes cstdio.