无需编译即可获取 C 程序的输出

发布于 2024-10-17 18:54:11 字数 91 浏览 0 评论 0原文

我有一个 .c 文件,但只有一个 Windows 命令提示符。我必须得到程序的输出。

如果没有TC或TC3环境的支持,程序可以编译吗?如果是这样请帮忙。

I have a .c file and I have only a Windows command prompt. I have to get the output of the program.

Can the program be compiled without the support of TC or TC3 environment? If so kindly help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

橘味果▽酱 2024-10-24 18:54:11

假设您可以访问互联网,则可以使用 http://codepad.org 等网站来编译和运行小程序各种语言在线。支持的语言包括 C、C++ 和许多其他语言。

Assuming you have internet access there are sites such as http://codepad.org which allow you to compile and run small programs in various languages online. Supported languages include C, C++ and many others.

我是有多爱你 2024-10-24 18:54:11

您可以安装Cygwin,然后使用gcc编译它。

You could install Cygwin and then compile it using gcc.

抚你发端 2024-10-24 18:54:11

如果您只有一个“.c”文件,那么您就没有程序。您必须首先编译程序以生成可执行文件,然后必须运行该程序以获得其输出。

If you only have a ".c" file, then you don't have a program. You must compile the program first to make an executable, and then you must run the program to get its output.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文