View Single Post
Old 12-28-2004, 08:58 AM   #2 (permalink)
Valmont
[code][/code] enforcer
 
Valmont's Avatar
 
Join Date: Mar 2003
Location: Netherlands
Posts: 1,544
Valmont is on a distinguished road
The standard C++ (C is not my field) defines only the language itself. It does not know about Windows, bashes, consoles, mice, keyboards, sound and you name it.
It only knows about bits, bytes, characters and certain streams. With this, we form a language.
When I say "bytes", I don't mean that C++ knows how many bits fits into that byte.
I'll provide samples later. Right now I need to go.
__________________
Valmont is offline   Reply With Quote