Insight into how things get printed onto the screen (cout,printf) and origin of really complex stuff

Posted by sil3nt on Stack Overflow See other posts from Stack Overflow or by sil3nt
Published on 2010-03-30T01:28:38Z Indexed on 2010/03/30 1:33 UTC
Read the original article Hit count: 313

Filed under:
|
|
|
|

I've always wondered this, and still haven't found the answer. Whenever we use "cout" or "printf" how exactly is that printed on the screen?. How does the text come out as it does...(probably quite a vague question here, ill work with whatever you give me.). So basically how are those functions made?..is it assembly?, if so where does that begin?. This brings on more questions like how on earth have they made openGl/directx functions..

break it down people break it down.:)

© Stack Overflow or respective owner

Related posts about c++

Related posts about cout