关于C的问题..... [英] question about C.....

查看:58
本文介绍了关于C的问题.....的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经安装了代码编写器软件



我在这个软件中编写C程序,但我不知道如何运行该程序这个软件

I have installed code writer software

I write C Program in this software but I do not know how to run the program in this software

推荐答案

来自



http://apps.microsoft.com/windows/en-us/app/code-writer/5149f454-94a7- 40bc-90ef-eafd38355079 [ ^ ]



Code Writer是一个自由文本和代码编辑器应用程序,主动语法突出显示更新当您编辑文档并拥有超过20种支持的文件类型时





所以看起来它只是一个编辑老兄(也许别人知道更多)



为什么不下载并使用免费的Visual Studio Express,或者http://www.mingw.org/ [ ^ ]





Bryce
from

http://apps.microsoft.com/windows/en-us/app/code-writer/5149f454-94a7-40bc-90ef-eafd38355079[^]

Code Writer is a free text and code editor app with active syntax highlighting that updates as you edit documents and has over 20 supported file types


So it looks like its just an editor dude (perhaps someone else knows more)

Why not download and use the free Visual Studio Express, or perhaps http://www.mingw.org/[^]
or

Bryce


为了编译/链接C程序,你只需要一个编译器/链接器组合。有一些选项(GNU的gcc,微软的vc和其他)。具有文本突出显示的程序以及帮助程序员的其他类似语法和搜索工具称为集成开发环境(IDE)。这些包括代码块,netbeans,当然还有visual studio。如果你不想为你的编码提供太多的闪光,你可以简单地使用一个具有一些语法高亮的文本编辑器(例如你要问的是什么工具,或者其他文本编辑器,如gEdit)。



根据您选择使用的内容,编译会有所不同。如果使用IDE,通常只需按一下按钮即可编译,链接和运行。如果使用文本编辑器,则必须在编辑器外编译/链接(通过命令行),然后通过命令行运行代码或在资源管理器窗口中双击代码。



听起来你只需要C的入门指南(在这种情况下使用gcc):

http://pages.cs.wisc.edu/~beechung/ref/gcc-intro.html [ ^ ]

http://www.physics.drexel.edu/courses/Comp_Phys/General/C_basics/ [ ^ ]
In order to compile/link a C program, you just need a compiler/linker combination. There are a few options out there (gcc from GNU,vc from Microsoft, and others). Programs that have "text highlighting" and other similar syntax and search tools that help a programmer are called Integrated Development Environments (IDEs). These include code blocks, netbeans, and of course, visual studio. If you don't want too much glitter for your coding, you can simply use a text editor that has some syntax highlighting (such as what this tool you're asking about is, or other text editors such as gEdit).

Depending on what you choose to use, the compilation is going to be a bit different. If you use an IDE, you usually just have to push a button to compile, link, and run. If you use a text editor, you have to compile/link outside of the editor (through command line), then run the code through the command line or by double-clicking on it in an explorer window.

Sounds like you just need a starter guide to C (using gcc in this case):
http://pages.cs.wisc.edu/~beechung/ref/gcc-intro.html[^]
http://www.physics.drexel.edu/courses/Comp_Phys/General/C_basics/[^]


这篇关于关于C的问题.....的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆