Codeblocks functions/documentation

Not sure what the term is (can someone also help with that?) for where to find the functions in Codeblocks. Basically, when you use a function already provided by the compiler (still can't really use the right terminology!) where can you find out what code the function contains? For example, if I wanted to find out what sqrt() is actually doing in terms of its source code then can I find out...? And sort of the same thing with header files...
Last edited on
That's got nothing to do with Code::Blocks. If you are using g++ - it's open source, help yourself. If you're using other compilers, find out.
Topic archived. No new replies allowed.