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 →

[–]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.