什么是获取c信息的好方法?

时间:2021-04-16 17:04:32

What I mean by this question is unlike other programming languages where I could simply just google the phrase "implementing comparable interfaces java" or "graphics drawing python", whenever I google a C problem, it seems that the majority of the results are about C# or C++

我的意思是,这个问题不同于其他编程语言,我可以简单地用谷歌来表示“实现可比接口java”或“图形绘制python”,每当我谷歌遇到C问题时,似乎大多数结果都是关于c#或c++的

I've tried saying ANSI C or C99 instead but that's not too successful. I lent my friend in college my K&R C bible, is there any websites that are good definitive c sources?

我试过说ANSI C或C99,但那不太成功。我把我大学时代的《K&R C圣经》借给了我的朋友,有什么网站是可靠的C资源吗?

4 个解决方案

#1


6  

http://www.cprogramming.com/

http://www.cprogramming.com/

Also that K & R C book is available as a pdf :)

K & R C的书也有pdf格式的版本)

#2


2  

What seems to work well for me is to put what I am looking for and follow it with " in c programming"

对我来说,似乎最适合的是把我正在寻找的东西放到“in c编程”中

so if I wanted info on using structs in c i would put "structs in c programming"

如果我想要在c中使用struct的信息我会把"structs in c programming"

#3


2  

Once you get a good grasp as how OO works, you can transfer algorithms and patterns to C easily.

一旦掌握了OO的工作原理,就可以轻松地将算法和模式转移到C。

Also, currently the best C referente IMHO is *.com.

另外,目前最好的C参考是*.com。

#4


2  

I have a good C reference book called C Programming FAQ. I found a similar website that helps tackle most of the common problems.

我有一本很好的C参考书叫做C编程FAQ。我发现了一个类似的网站,可以帮助解决大多数常见的问题。

#1


6  

http://www.cprogramming.com/

http://www.cprogramming.com/

Also that K & R C book is available as a pdf :)

K & R C的书也有pdf格式的版本)

#2


2  

What seems to work well for me is to put what I am looking for and follow it with " in c programming"

对我来说,似乎最适合的是把我正在寻找的东西放到“in c编程”中

so if I wanted info on using structs in c i would put "structs in c programming"

如果我想要在c中使用struct的信息我会把"structs in c programming"

#3


2  

Once you get a good grasp as how OO works, you can transfer algorithms and patterns to C easily.

一旦掌握了OO的工作原理,就可以轻松地将算法和模式转移到C。

Also, currently the best C referente IMHO is *.com.

另外,目前最好的C参考是*.com。

#4


2  

I have a good C reference book called C Programming FAQ. I found a similar website that helps tackle most of the common problems.

我有一本很好的C参考书叫做C编程FAQ。我发现了一个类似的网站,可以帮助解决大多数常见的问题。