C Language Zemi

  • C language
  • here

C language compilation and linking

Explanation of C language compilation and linking.

Compile

  • Procedure for executing C language source code
  • Compile C source code

link

  • Link to generate an executable file
  • Execute the executable file

Split compilation method

  • Header file include guard
  • Type Declaration Header-Reduces loading between header files
  • Explanation of split compilation method

Shared library

  • How to create and use a shared library

make

  • make command and Makefile

Associated Information

This site is originally Japanese.
Perl Club starts to translate it to English.
If you find wrong expressions, you can report them using Github Issue.
Perl Club