在Linux(Ubuntu)中使用終端編譯並運行.c和.cpp文件

首先要保證系統中安裝了C語言和C++對應的編譯器:gcc -> C  ,g++ -> C++ios 一、.c文件的編譯與運行 (1).c文件hello.c代碼以下:spa #include<stdio.h> int main() { printf("Hello world !\n"); return 0; } 在當前路徑下編譯.c文件:code gcc -o hel
相關文章
相關標籤/搜索