operating gcc on linux terminal Versus VSC

> vim
(in vim window) input a program in vim(like #include ...)
then press "esc" and get to the bottom of vim
then input ":w test.c" and ":q"
w means save
w test.c means save with filename: test.c
q means quit
> gcc test.c -o test //use gcc to compile, assembly, and create a .exe file named "test"
> ./test //run the .exe file and you will see your result
once you want to change your test.c file

operating gcc on linux terminal Versus VSC最先出现在Python成神之路

版权声明:
作者:siwei
链接:https://www.techfm.club/p/26478.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>