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

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -