English 中文(简体)
为什么没有全面的档案网络? [闭门]
原标题:Why there is not a comprehensive c archive network? [closed]

我们不准许对书籍、工具、软件图书馆以及更多的图书馆征求建议的问题。 你可以ed问这个问题,以便用事实和引言回答。

Closed 3 years ago.

设有一些网站,作为藏书/图书/图书馆。 为什么不这样说?

我搜索了互联网,只找到了一个小型网站,自http://ccan.ozlabs.org/“rel=“noreferer”>CCAN。 该网站只有少数图书馆。

如果我需要额外的图书馆来进行c方案规划,那么我能找到这些图书馆? 是否有一个组织完善的图书馆网站?

感谢。

最佳回答

如果我需要额外的图书馆来进行c方案规划,那么我能找到这些图书馆? 是否有一个组织完善的图书馆网站?

我在CCAN之外不知道。

这里的问题是,Ct公司对图书馆的描述甚至松散。 相比之下, Java或Perl的包裹比较。

即便如此,C本身也只是一纸空文,使图书馆能够自行实施。 I/O抽象、记忆管理、多读、OS一体化——图书馆如何利用任何资源方面的微小差别可能会使它们不兼容,从而无法在同一项目中加以利用。

过去,我看到了约3个C商营图书馆,涵盖许多功能,但坦率地说,我可以建议这些图书馆,并诚实地不忘他们的名字,因为他们常常造成比真正帮助更多的问题。 (K, I m lying: they were rarely causesing unsolvable questions: 它是造成这些问题的众多工作领域。

否则,对于C来说,你可能要检查,Glib和(不要错过我)检查C标准,因为我的经验很少知道标准图书馆本身已经有许多公用事业。 谷歌也是你的朋友:很多公有领域法典是你干.地向你们的项目投放。

问题回答

我不知道有谁详细研究这一问题,尽管我很想知道这些研究。 我确信,它必须涉及C方案拟订社区本身的性质。

我想一大笔钱(可能是主要吗?) 答复的一部分是:在WWWWWWW之前,没有单一资源为特定语言购置图书馆。 人民通过多种不同手段获得图书馆和图书馆知识:通过银行、邮寄名单、新闻团体和期刊。 当然,C社区从那时起就开始,我注意到其他语文的文化在这一期间和之前也存在类似的差异。

我认为,答案的另一部分涉及文化本身的普遍权力下放。 没有一个C汇编者,没有一个C发展社区,作为中心站,成为项目附属单位。 C development community is huge,这进一步推动了这种权力下放和分散。

就C类图书馆而言,在从那里收集有用的C/C++图书馆方面,非洲顾问办的分布实际上非常好。 (关于Windows的不幸例外,我认为) 他们用这些语言做的工作比大多数其他语文要好,可能是因为C和C++在这些平台上是如此重要的系统语言。

就CCAN而言,我认为,鉴于C法的不同发行者人数,一个更有价值的项目是建立一个与本国各图书馆连接的单一网站,而不是试图将其直接上载到CCAN。 我认为,除了谷歌之外,还有这方面的用途,如果你试图为图书馆浏览,这将给你带来许多噪音。 问题是,如果存在的话,你和那里大多数社区是否接受这样一个场所?

http://www.brainbell.com/tutors/Perl/CPAN_History.htm rel=“noretinger” http://www.brainbell.com/tutors/Perl/CPAN_History.htm

天主教青年会的发展与社区一样。 因此,如果存在领导和兴趣,C/C++世界也会发生同样的情况。 但是,这还没有发生。

http://www.google.com/codesearch?q=lang:%22C%22”rel=“nofollow noreferer” http://www.google.com/codesearch?q=lang:%22C%22。 http://www.google.com/codesearch

=> i.e. 在查询中添加lang:"C"

There is a Maven-like repository and dependency management system called Biicode.
There isn t a huge collection of libraries on there yet, but you can add forks of open source projects yourself or inform original authors about it.

EDIT: biicode

EDIT2:精神继承者似乎是conan.io

有一个C包裹管理人,他们看着希望的“CLib:

github: https://github.com/clibs/clib

tutorial: https://dev.to/noah11012/clibs-a-package-manager-for-c-4jmi





相关问题
Fastest method for running a binary search on a file in C?

For example, let s say I want to find a particular word or number in a file. The contents are in sorted order (obviously). Since I want to run a binary search on the file, it seems like a real waste ...

Print possible strings created from a Number

Given a 10 digit Telephone Number, we have to print all possible strings created from that. The mapping of the numbers is the one as exactly on a phone s keypad. i.e. for 1,0-> No Letter for 2->...

Tips for debugging a made-for-linux application on windows?

I m trying to find the source of a bug I have found in an open-source application. I have managed to get a build up and running on my Windows machine, but I m having trouble finding the spot in the ...

Trying to split by two delimiters and it doesn t work - C

I wrote below code to readin line by line from stdin ex. city=Boston;city=New York;city=Chicago and then split each line by ; delimiter and print each record. Then in yet another loop I try to ...

Good, free, easy-to-use C graphics libraries? [closed]

I was wondering if there were any good free graphics libraries for C that are easy to use? It s for plotting 2d and 3d graphs and then saving to a file. It s on a Linux system and there s no gnuplot ...

Encoding, decoding an integer to a char array

Please note that this is not homework and i did search before starting this new thread. I got Store an int in a char array? I was looking for an answer but didn t get any satisfactory answer in the ...

热门标签