小编dan*_*705的帖子

如何安装独立程序

如果我在 C 中创建以下程序:

#include <stdio.h>

int main(){
    printf("Hello World");
}
Run Code Online (Sandbox Code Playgroud)

然后像这样编译它:

gcc helloworld.c -o helloworld

有什么简单的方法可以安装helloworld到我的计算机上吗?

apt gcc c software-installation

2
推荐指数
1
解决办法
2299
查看次数

标签 统计

apt ×1

c ×1

gcc ×1

software-installation ×1