Home  >  Article  >  Backend Development  >  What is the extension of c language files

What is the extension of c language files

尚
Original
2020-04-25 14:11:2714455browse

What is the extension of c language files

The extension of the c language file is:

.h header file, mainly functions, structure declarations, constant definitions, etc.

.c source File, function definition

.dll dynamic link library

.lib static link library

.dsp, .dsw are all project files

.cpp is C source file

.so dynamic library file

.a static library file

The above is the detailed content of What is the extension of c language files. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:How to install net4.0Next article:How to install net4.0