is it possible to get the source code for standard c++ library?
If you are using some kind of UNIX, look in /usr/include/c++ .
The C standard library itself is stored in '/usr/lib/libc. a' and contains functions specified in the ANSI/ISO C standard, such as 'printf' ---this library is linked by default for every C program.
The Apache C++ Standard Library is another open source implementation.
The C standard library or libc is the standard library for the C programming language, as specified in the ISO C standard. Starting from the original ANSI C standard, it was developed at the same time as the C library POSIX specification, which is a superset of it.
The GNU project is Free and Open Source software, and contains an implementation of the C++ standard library.
http://gcc.gnu.org/libstdc++/
If you have Visual Studio Professional, it has source code in
X:\Microsoft Visual Studio 9.0\VC\crt\src
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With