Function source codes

Hello, is it possible to get standard library source codes? That is, not .h files but .cpp! I'd like to see how stringstream, cout and printf works.
Thanks!
You should be able to find the source code on the 'net for any free compiler. For gcc, for example, look up glibc source rpm.

I want to know how things like getch with no echo work. Then I'd make my own version.

Also I think it would be .c files, not .cpp mostly.

Most interesting would be bios.h.
Take a look at n/PDcurses.
Topic archived. No new replies allowed.