C编程Newbee [英] C programming Newbee

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

问题描述

大家好,


我是C和编程新手。我需要IDE的建议是

用作初学者,我应该在Windows或Linux上启动吗?


我也在寻找C的资源在互联网上进行编程,每个概念都有

的例子。


我很感激,如果有人可以在这方面帮助我。


Kanthi Kiran。

Hi ALL,

I am new to C and programming . I need suggestions for the IDE to be
used as a begginer and should I start on Windows or Linux ??

I am also looking for resources for C programming on Internet with
examples on each concept.

I appreciate if any one can help me in this regard.

Kanthi Kiran.

推荐答案

2005年3月12日09:10:59 -0800,在comp.lang.c中, Kanthi Kiran Narisetti

< Te ******** @ gmail.com>写道:
On 12 Mar 2005 09:10:59 -0800, in comp.lang.c , "Kanthi Kiran Narisetti"
<Te********@gmail.com> wrote:
大家好,

我是C和编程新手。我需要建议将IDE用作初学者,我应该在Windows或Linux上启动吗?
Hi ALL,

I am new to C and programming . I need suggestions for the IDE to be
used as a begginer and should I start on Windows or Linux ??




无论操作系统是什么 - 你可以用其他的方式选择最适合你的方式。如果你打算专业毕业,你可能需要为两者进行GUI编程。


至于GUI,MS,Borland并且可能还有一些其他人有免费/廉价的下载

他们的编译器工具集的旧版本或beta版本,并且至少有一个免费的IDE可用于Windows的
。谷歌搜索应该显示出来。


-

马克麦金太尔

CLC常见问题< http:// www。 eskimo.com/~scs/C-faq/top.html>

CLC自述文件:< http://www.ungerhu.com/jxh/clc.welcome.txt>


---- ==通过Newsfeeds.Com发布 - 无限制 - 未经审查 - 安全Usenet新闻== ----
http://www.newsfeeds.com 世界排名第一的新闻组服务! 120,000多个新闻组

---- =东海岸和西海岸服务器农场 - 通过加密实现全隐私= ----



Doesn''t matter what OS - you choose the one that works best for you in other
ways. If you plan to graduate into programming professionally, you''ll probably
need to do GUI programming for both.

As for the GUI, MS, Borland and probably a few others have free/cheap downloads
of either old or beta versions of their compiler toolsets, and there''s at least
one free IDE available for windows. A google search should show them up.

--
Mark McIntyre
CLC FAQ <http://www.eskimo.com/~scs/C-faq/top.html>
CLC readme: <http://www.ungerhu.com/jxh/clc.welcome.txt>

----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----


文章< 11 ********************** @ o13g2000cwo.googlegroups .com> ;,

Kanthi Kiran Narisetti< Te *** *****@gmail.com>写道
In article <11**********************@o13g2000cwo.googlegroups .com>,
Kanthi Kiran Narisetti <Te********@gmail.com> writes
大家好,

我是C和编程的新手。我需要建议将IDE用作初学者,我应该在Windows或Linux上启动吗?
Hi ALL,

I am new to C and programming . I need suggestions for the IDE to be
used as a begginer and should I start on Windows or Linux ??



为什么要学习编程?

为什么选择C?


这应该回答关于哪个平台和部分

IDE的问题。也许甚至是哪个编译器。


/ \ / \ / \ / \ / \ / \ / \ / \ / \ / \\ \\ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \

\ / \ / \ / \ / \ Chris Hills Staffs England / \ / \ / \ / \ / \

/ \\ \\ / \ / ch***@phaedsys.org www.phaedsys.org \ / \ /

\ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \\ \\ / \ / \ / \ /


Why do you want to learn to program?
Why C?

This should answer the question as to which platform and partly which
IDE. Maybe even which compiler.


/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
\/\/\/\/\ Chris Hills Staffs England /\/\/\/\/\
/\/\/ ch***@phaedsys.org www.phaedsys.org \/\/
\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/


no*@given.out 写道:
no*@given.out wrote:
(注意:不要将C与C ++混淆...... C ++是C的超集,使用
更复杂(读:混乱)编程概念ts;你可能不应该解决的问题,直到你先熟悉C语言。)
(note: Don''t confuse C with C++ ... C++ is a superset of C that uses more complex (read: "confusing") programming concepts; something you probably shouldn''t tackle until you are comfortable in C first.)




我认为C ++可能比C语言更容易学习一个使用标准

模板库。例如,C ++向量比C / C ++数组更容易使用和更安全(捕获越界错误)。如果不使用复杂编程或b $ b概念,可以用C ++完成比C更多的工作。比如指针。 C ++书籍中有一种趋势是尽早使用

STL,例如在书籍C ++ Primer中。和加速C ++。


也许我们都同意程序编程的基础 - 循环,

if语句,函数应该是掌握之前掌握

面向对象的编程。



I think C++ may be easier to learn than C if one uses the Standard
Template Library. For example, the C++ vector is easier to use and
safer (out-of-bounds errors are caught) than the C/C++ array. One can
get more done in C++ than C without using "complex programming
concepts" such as pointers. There is a trend in C++ books to use the
STL early, for example in the books "C++ Primer" and "Accelerated C++".

Maybe we both agree that the basics of procedural programming -- loops,
if statements, functions should be mastered before tackling
object-oriented programming.


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

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