|
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.
__________________
|