在线“平坦”需要ISO C资源。 [英] Online "flat" ISO C resource wanted.

查看:71
本文介绍了在线“平坦”需要ISO C资源。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



任何人都可以推荐一个好的在线资源,列出所有C关键字,

标准系统调用,在平面中定义等等。层次结构。


我希望设置一些绑定以提出提示和提示。

在我正在使用的IDE中使用ISO C中的关键字/函数。所以我

会调出一个函数并使用当前单词作为搜索

标准来查找在线图书馆/常见问题


eg

http://resources.c.all/malloc
http://resources.c.all/typedef
http://resources.c.all/EXIT_SUCCESS




链接到您喜爱的所有在线C资源。


Can anyone recommend a good online resource listing all C keywords,
standard system calls, defines etc in a "flat" hierarchy.

I wish to set up some bindings in order to bring up "hints and tips" on
using such keywords/functions from ISO C in an IDE I am working on. So I
would bring up a function and use the current word as the search
criteria to locate an online library/faq

e.g

http://resources.c.all/malloc
http://resources.c.all/typedef
http://resources.c.all/EXIT_SUCCESS

etc

Links to any and all of your favorite online C resources appreciated.

推荐答案

5月30日下午5:09,Richard< rgr ... @ gmail.comwrote:
On May 30, 5:09 pm, Richard <rgr...@gmail.comwrote:

任何人都可以推荐一个很好的在线资源,列出了所有C关键字,

标准系统调用,在平面中定义等等。层次结构。


我希望设置一些绑定以提出提示和提示。

在我正在使用的IDE中使用ISO C中的关键字/函数。所以我

会调出一个函数并使用当前单词作为搜索

标准来查找在线图书馆/常见问题


例如

http://resources.c.all/mallochttp://...//EXIT_SUCCESS





链接到任何和所有您喜欢的在线C资源赞赏。
Can anyone recommend a good online resource listing all C keywords,
standard system calls, defines etc in a "flat" hierarchy.

I wish to set up some bindings in order to bring up "hints and tips" on
using such keywords/functions from ISO C in an IDE I am working on. So I
would bring up a function and use the current word as the search
criteria to locate an online library/faq

e.g

http://resources.c.all/mallochttp://...l/EXIT_SUCCESS

etc

Links to any and all of your favorite online C resources appreciated.

http://www.dinkumware.com/manuals/


关键词:

auto

break

case

char

const

继续

默认

do

double

其他

enum

extern

浮动

for

goto

如果

int



注册

返回


签名

sizeof

static

struct

开关

typedef

union

unsigned

void

volatile




C99补充:

inline

_Imaginary

_Complex
_Bool

限制

http://www.dinkumware.com/manuals/

Keywords:
auto
break
case
char
const
continue
default
do
double
else
enum
extern
float
for
goto
if
int
long
register
return
short
signed
sizeof
static
struct
switch
typedef
union
unsigned
void
volatile
while

C99 adds:
inline
_Imaginary
_Complex
_Bool
restrict


user923005< dc ***** @ connx.comwrites:
user923005 <dc*****@connx.comwrites:

5月30日下午5:09,Richard< rgr ... @ gmail.comwrote:
On May 30, 5:09 pm, Richard <rgr...@gmail.comwrote:

>任何人都可以推荐一个好的在线资源,列出所有C关键字,
标准系统调用,定义等等平坦的层次结构。

我希望设置一些绑定,以便提出提示和提示。
在我正在使用的IDE中使用ISO C中的这些关键字/函数。所以我会提出一个功能并使用当前的单词作为搜索
标准来查找在线图书馆/常见问题



http:// resources.c.all / mallochttp://...//EXIT_SUCCESS


链接到您喜欢的任何和所有您喜爱的在线C资源。
>Can anyone recommend a good online resource listing all C keywords,
standard system calls, defines etc in a "flat" hierarchy.

I wish to set up some bindings in order to bring up "hints and tips" on
using such keywords/functions from ISO C in an IDE I am working on. So I
would bring up a function and use the current word as the search
criteria to locate an online library/faq

e.g

http://resources.c.all/mallochttp://...l/EXIT_SUCCESS

etc

Links to any and all of your favorite online C resources appreciated.


http://www.dinkumware.com / manuals /



这是一个不错的资源。遗憾的是,虽然函数是URL,但是基于他们的包含文件名为



例如

http://www.dinkumware.com/manuals /?m...tdio.html#FILE


这个网址构建起来并不容易。


哪里做了你找到关键字列表了吗?我没看到他们 - 眼睛是

a目前有点釉: - ;

This is a nice resource. A shame though that the functions are URL''d
based on their include file name though.

e.g

http://www.dinkumware.com/manuals/?m...tdio.html#FILE

This url would not be trivial to construct.

Where did you find the keyword list though? I didnt see them - eyes are
a bit glazed at the moment :-;


>

关键词:

auto

break

case
>
Keywords:
auto
break
case


Richard写道:
Richard wrote:

>

任何人都可以推荐一个好的在线资源列出所有C关键字,

标准系统调用,在平面中定义等等。层次结构。


我希望设置一些绑定以提出提示和提示。

在我正在使用的IDE中使用ISO C中的关键字/函数。所以我

会调出一个函数并使用当前单词作为搜索

标准来查找在线图书馆/ faq
>
Can anyone recommend a good online resource listing all C keywords,
standard system calls, defines etc in a "flat" hierarchy.

I wish to set up some bindings in order to bring up "hints and tips" on
using such keywords/functions from ISO C in an IDE I am working on. So I
would bring up a function and use the current word as the search
criteria to locate an online library/faq



C标准规定了所有这些。尝试:


< http://cbfalconer.home.att.net/download/n869_txt.bz2>


(并且不要'别忘了用bzip2扩展下载。


-

< http://www.cs.auckland.ac.nz/~pgut001 /pubs/vista_cost.txt>

< http://www.securityfocus.com/columnists/423>

< http://www.aaxnet.com /editor/edit043.html>

< http://kadaitcha.cx/vista/dogsbreakfast/index.html>

cbfalconer at maineline dot net


-

通过 http://www.teranews.com

The C standard specifies all that. Try:

<http://cbfalconer.home.att.net/download/n869_txt.bz2>

(and don''t forget to expand the download with bzip2)

--
<http://www.cs.auckland.ac.nz/~pgut001/pubs/vista_cost.txt>
<http://www.securityfocus.com/columnists/423>
<http://www.aaxnet.com/editor/edit043.html>
<http://kadaitcha.cx/vista/dogsbreakfast/index.html>
cbfalconer at maineline dot net

--
Posted via a free Usenet account from http://www.teranews.com


这篇关于在线“平坦”需要ISO C资源。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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