Skip to content

Instantly share code, notes, and snippets.

@Eczbek
Last active July 29, 2023 14:38
Show Gist options
  • Save Eczbek/5cbd21ffaf0877e1a0f2c9c425ea493e to your computer and use it in GitHub Desktop.
Save Eczbek/5cbd21ffaf0877e1a0f2c9c425ea493e to your computer and use it in GitHub Desktop.
C/C++ file extensions
C
|- source
| |- .c
| `- .i
`- header
`- .h
C++
|- source
| |- .cpp
| |- .cc
| |- .cxx
| |- .c++
| |- .CPP
| |- .C
| |- .cp
| |- .ii
| `- .ixx
`- header
|- .h
|- .hpp
|- .hh
|- .H
|- .h++
|- .hp
|- .HPP
`- .tcc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment