Linux下實現c語言hello world 步驟

來源:互聯網
上載者:User
最近。剛開始學習Linux。下面簡單介紹一下在Linux 下實現hello world的幾個步驟:

先附上基本的過程

[crazw@Linux ~]$ lscode     Documents  Music     Public    Templates  資訊安全競賽報告.docDesktop  Downloads  Pictures  software  Videos     [crazw@Linux ~]$ cd code/[crazw@Linux code]$ ls[crazw@Linux code]$ mkdir hello[crazw@Linux code]$ lshello[crazw@Linux code]$ vim ./hello/hello.c[crazw@Linux code]$ gcc hello.c -o hellogcc: error: hello.c: No such file or directorygcc: fatal error: no input filescompilation terminated.[crazw@Linux code]$ cd hello[crazw@Linux hello]$ gcc hello.c -o hello[crazw@Linux hello]$ ./helloHelllo world

j接下來具體講一下每個步驟:

首先:通過vim 建立一個  .c  檔案。

如下:我是在Code檔案夾下,建立一個Hello檔案夾然後在用vim見一個hello.c檔案:

[crazw@Linux ~]$ cd code/[crazw@Linux code]$ ls[crazw@Linux code]$ mkdir hello[crazw@Linux code]$ lshello

然後,按以下“ i ” 進入編輯模式:然後寫入基本的程式碼完成後,按下ESC,再按“ : wq”,此是儲存並退出命令。w:儲存。q:退出。(這裡不多講,這是vi的基本操作。不多敘述)

再用gcc編譯一下產生一個可執行檔 此處命名為:hello

[crazw@Linux code]$ cd hello[crazw@Linux hello]$ gcc hello.c -o hello

最後執行一下 hello檔案  看一下結果:

[crazw@Linux hello]$ ./helloHelllo world

好了。初步學習Linux。希望大家勿噴。

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.