实际的C ++库源代码 [英] Actual C++ Library Source Code

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

问题描述



互联网上有哪些地方可以下载实际源代码?
C ++库实现代码?如:
namespace std {

class string {

//这里的实际代码

}

}

-Tomás

解决方案

" Tom?s" < NU ** @ null.null>写道:

在互联网上哪里可以下载C ++库实现的实际源代码?




我想象STLPort提供了这个:
http://www.stlport.org/

Marcus Kwok


"Tomás" < NU ** @ NULL.NULL>写道:

在互联网上有哪些地方可以下载C ++库实现的实际源代码?就像:

命名空间std {
类字符串{
//实际代码在这里
}
}
-Tomás



所有''大'开源操作系统都可以为他们的库提供完整的源代码。
代码。访问任何Linux分发的网站,包括NetBSD,FreeBSD,OpenBSD,minix,OpenSolaris等。

特别是对于STL,搜索STLport。 />


Tomás写道:


互联网上有哪些地方可以下载实际来源的代码C ++库的实现?就像:

命名空间std {
类字符串{
//实际代码在这里
}
}




除了STLport?


-

Phlip
http://www.greencheese.org/ZeekLand < - 不是博客!!!



Is there anywhere on the internet where you can download actual source
code of an implementation of the C++ library? Stuff like:

namespace std {
class string {
// actual code in here
}
}
-Tomás

解决方案

"Tom?s" <NU**@null.null> wrote:

Is there anywhere on the internet where you can download actual source
code of an implementation of the C++ library?



I would imagine STLPort provides this:
http://www.stlport.org/

--
Marcus Kwok


"Tomás" <NU**@NULL.NULL> wrote:

Is there anywhere on the internet where you can download actual source
code of an implementation of the C++ library? Stuff like:

namespace std {
class string {
// actual code in here
}
}
-Tomás



All ''big'' open source operating systems make available the full source
code for their libraries. Go to the web sites for any Linux
distribution, NetBSD, FreeBSD, OpenBSD, minix, OpenSolaris, etc.
For the STL in particular, search for STLport.


Tomás wrote:


Is there anywhere on the internet where you can download actual source
code of an implementation of the C++ library? Stuff like:

namespace std {
class string {
// actual code in here
}
}



Besides STLport?

--
Phlip
http://www.greencheese.org/ZeekLand <-- NOT a blog!!!


这篇关于实际的C ++库源代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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