What is the extension of c language files

Release: 2020-05-11 16:10:46
Original
14527 people have browsed it

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template