C Tutorial/Language/gcc

Материал из C\C++ эксперт
Перейти к: навигация, поиск

Compile and link the C program using gcc

Compile and link the test.c source code:


<source lang="cpp">gcc goodbye.c -o goodbye</source>