需要C链接的建议。 [英] Need suggestions for C links.

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

问题描述

列表,


我正在寻找标准C的C链接,用于指定

专业软件工程师的网站。意图是方便地参考

标准C,特别是那些来自具有良好

位专业扩展的背景的人。


我的行业有很多标准 - 嵌入式系统的子集

工作,但我需要更多好处,标准,没有扩展链接,因为嵌入式世界标准越来越多地要求这样做。


我已经拥有:


- -cc常见问题

- clc IFAQ

--http://www-ccs.ucsd.edu/c/从我到目前为止看到的,这是一个很好的

标准参考,虽然我没有详尽地阅读它。


我不需要如何编程也不是C教程链接。每个人都在阅读

知道C,但是

嵌入式世界中有各种各样的背景。窗口?什么是窗户?文本?这些话对我来说很奇怪....


我需要的两件事是权威的printf() - 家庭参考。

虽然它在生产代码中经常被禁止,但它在调试中很常见,

以及不允许警告,因此获取详细信息非常重要/>
吧。


我认为另一件事是需要是权威的运营商

优先权图表。周围有一些数字,我不太确定

是否比将K& Rs复制到网页更好,除了一般不喜欢编码HTML ...


除了这两个项目之外,我正在追求任何可以帮助一群

猫的东西。 .er。 。 。来自不同背景的各种C程序员在标准上得到了
。页面。


Thanx

解决方案

< cd **** @ aol。 COM>写道:

我正在为专业软件工程师的网站寻找标准C的C链接。意图是方便地参考标准C,特别是那些来自具有良好的专业扩展背景的人。
[...]我不需要如何编程也不是C教程链接。每个人都在阅读知道C,但是嵌入式世界中有各种各样的背景。窗口?什么是窗户?文本?这些话对我来说很陌生....

我需要的两件事是权威的printf() - 家庭参考。
虽然它在生产代码中经常被禁止,它在调试中很常见,
以及不允许警告,所以正确的方法是正确的。

另一件事我考虑需要是一个权威的运营商
优先级图表。周围有一些数字,我不太确定
是否比将K& Rs复制到网络表更好,除了一般不喜欢编码HTML ...


[...]


标准本身怎么样?


你可以得到一份PDF副本大约的C标准


18(我认为

FAQ有链接)。或者您可以免费获得n1124.pdf(Google it),

,其中包含整个C99标准以及TC1和TC1。


''假设你想要C99。我想你也可以找到

C89 / C90标准的草稿;我不确定C90标准本身是否仍然可用



-

Keith Thompson(The_Other_Keith) ks***@mib.org < http://www.ghoti.net/~kst>

圣地亚哥超级计算机中心< *> < http://users.sdsc.edu/~kst>

我们必须做点什么。这是事情。因此,我们必须这样做。


2006-02-26,Keith Thompson< ks *** @ mib.org>写道:

< cd **** @ aol.com>写道:

我正在为专业软件工程师的网站寻找标准C的C链接。意图是对标准C的方便参考,特别是那些来自具有良好的专业扩展背景的人。


[...]

我不需要如何编程也不是C教程链接。每个人都在阅读知道C,但是嵌入式世界中有各种各样的背景。窗口?什么是窗户?文本?这些话对我来说很陌生....

我需要的两件事是权威的printf() - 家庭参考。
虽然它在生产代码中经常被禁止,它在调试中很常见,
以及不允许警告,所以正确的方法是正确的。

另一件事我考虑需要是一个权威的运营商
优先级图表。周围有一些数字,我不太确定
是否比将K& Rs复制到网络表更好,除了一般不喜欢编码HTML ...

[...]

标准本身如何?

您可以获得关于

List,

I''m looking for C links for Standard C for a website targeting
professional SW engineers. Intent is to have a convenient reference to
Standard C, particularly for those who come from backgrounds with a good
bit of specialized extensions.

I''ve plenty of Standards for my industry--a subset of embedded systems
work, but I need more good, "Standard, no extensions" links, as
increasingly in the embedded world standards dictate just that.

I already have:

--The c.l.c FAQ
--The c.l.c IFAQ
--http://www-ccs.ucsd.edu/c/ From what I''ve seen so far, this is a good
Standard reference, though I''ve not read it exhaustively.

I don''t need "How to Program" nor "C Tutorial" links. Everyone reading
"knows C", but there''s a wide variety of backgrounds coming into the
embedded world. Window? What''s a window? Text? Those words are
strange to me....

Two things I need are an authoritative printf()-family reference.
Though it''s often banned in production code, it''s common in debugging,
along with "No Warnings Allowed", so it''s important to get the details
right.

The other thing I consider a "Need" is an authoritative operator
precedence chart. There are a number around, and I''m not quite certain
whether any is better than copying K&Rs to a web table, apart from a
general dislike of coding HTML...

Aside from those two items, I''m after anything that can help a herd of
cats . .er . . . variety of C programmers from different backgrounds get
on the "Standard" page.

Thanx

解决方案

<cd****@aol.com> writes:

I''m looking for C links for Standard C for a website targeting
professional SW engineers. Intent is to have a convenient reference to
Standard C, particularly for those who come from backgrounds with a good
bit of specialized extensions. [...] I don''t need "How to Program" nor "C Tutorial" links. Everyone reading
"knows C", but there''s a wide variety of backgrounds coming into the
embedded world. Window? What''s a window? Text? Those words are
strange to me....

Two things I need are an authoritative printf()-family reference.
Though it''s often banned in production code, it''s common in debugging,
along with "No Warnings Allowed", so it''s important to get the details
right.

The other thing I consider a "Need" is an authoritative operator
precedence chart. There are a number around, and I''m not quite certain
whether any is better than copying K&Rs to a web table, apart from a
general dislike of coding HTML...


[...]

How about the standard itself?

You can get a PDF copy of the C standard for about


18 (I think the
FAQ has links). Or you can get a free copy of n1124.pdf (Google it),
which incorporates the entire C99 standard plus TC1 and TC1.

That''s assuming you want C99. I think you can also find drafts of the
C89/C90 standard; I''m not certain that the C90 standard itself is
still available.

--
Keith Thompson (The_Other_Keith) ks***@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.


On 2006-02-26, Keith Thompson <ks***@mib.org> wrote:

<cd****@aol.com> writes:

I''m looking for C links for Standard C for a website targeting
professional SW engineers. Intent is to have a convenient reference to
Standard C, particularly for those who come from backgrounds with a good
bit of specialized extensions.


[...]

I don''t need "How to Program" nor "C Tutorial" links. Everyone reading
"knows C", but there''s a wide variety of backgrounds coming into the
embedded world. Window? What''s a window? Text? Those words are
strange to me....

Two things I need are an authoritative printf()-family reference.
Though it''s often banned in production code, it''s common in debugging,
along with "No Warnings Allowed", so it''s important to get the details
right.

The other thing I consider a "Need" is an authoritative operator
precedence chart. There are a number around, and I''m not quite certain
whether any is better than copying K&Rs to a web table, apart from a
general dislike of coding HTML...


[...]

How about the standard itself?

You can get a PDF copy of the C standard for about


这篇关于需要C链接的建议。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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