What language are the C and C++ standard libraries written in? -



What language are the C and C++ standard libraries written in? -

c , c++ can't do anything, need libraries work. how libraries created? assembly language?

c , c++ libraries universally written in c , c++, c , c++ compilers. in fact, many compilers used compile themselves!

how possible? well, first c compiler couldn't have been developed in c. however, 1 time c compiler exists, can used compile compiler. , compiler beingness developed, source code. it's possible develop both side-by-side. since compilers improvements on predecessors, used compile improve versions of themselves!

however, respect library, that's easy: c can something. while lower-level routines may written in assembler, vast bulk can written in c or c++.

c++ c assembly standard-library

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -