The first time I used Vim to write C language programs in Linux

Source: Internet
Author: User

1. Enter the character page

2. Create a folder to store the source file

MkdirHelloworld // create a folder

CDHelloworld // enter the new folder. Here we should say that the directory is better, and Windows is used to it.

VimMain. C // open vim and create the main. c file

// PressIEnter the editing status. The following isProgram

# Include

Int main ()

{

Printf ("Hello world! /N ");

Return 0;

}

Press ESC to Enter command mode, press ZZ to save and exit

GccMain. C // compile

./A. Out// Run. The a. out executable file is generated by default.

Although this program is very simple, it contains the basic idea of programming on Linux. When I see the familiar results, I am very proud of it.

Xi ......

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.