简体   繁体   English

在哪里可以将源代码下载到GNU C ++标准库?

[英]Where can I download the source code to the GNU C++ Standard Library?

I downloaded the GNU Standard C Library (glibc) source code at http://ftp.gnu.org/gnu/glibc/ . 我从http://ftp.gnu.org/gnu/glibc/下载了GNU标准C库(glibc)源代码。 Where can I find a similar download for their C++ Library? 在哪里可以找到其C ++库的类似下载?

I have googled around a bit and cannot seem to find it. 我已经在Google周围搜索了一下,但似乎找不到它。

The only reason I need it is I want to see how it is implemented. 我需要它的唯一原因是我想看看它是如何实现的。 So please don't give me links to binaries or to just the header files because it is the implementation source files that I am looking for. 因此,请不要给我链接到二进制文件或仅提供给头文件的链接,因为它是我正在寻找的实现源文件。

它位于g ++(gcc-c ++)源文件中的libstdc++-v3目录中

GCC镜像站点: https : //gcc.gnu.org/mirrors.html寻找您想要的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 C ++标准库与凡人制作代码+我在哪里可以找到来源? - C++ standard library vs mortal made code + where can I find the sources? 在哪里可以找到C ++标准库中特定功能的源代码? (Visual Studio安装) - Where to find source code for specific function in C++ standard library? (Visual Studio installation) 我在哪里可以看到C ++标准库中使用的代码? - Where can I see the code used in C++ standard libraries? 在哪里下载GNU C ++编译器 - Where to download GNU C++ compiler 如何识别源代码中的所有 C++ 标准库调用? - How to identify all C++ standard library calls in source code? C++ 在哪里可以找到 gcc 编译器标准库的实现文件? - C++ where I can find the implementation files of the standard library for the gcc compiler? 将旧式C ++标准库从GNU版本迁移到LLVM中的库 - Moving legacy C++ standard library from GNU version to that in LLVM 使用哪种算法在GNU C ++标准库中计算指数函数? - With which algorithm exponential functions are computed in the GNU C++ Standard Library? 将C ++源代码构建为库 - 从哪里开始? - Building C++ source code as a library - where to start? 标准键盘驱动程序源代码-在哪里可以找到它? - Standard Keyboard Driver Source Code - Where can I find this?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM