07-19-2013, 10:39 PM
Ha! Nice ideas!
I wish you were here having beers with me at the TLP event! :mrgreen:
It's been very inspirational.
Back to the topic: I've already though about these. In fact, C is much portable because all IO functions are done through user defined functions (e.g. no PRINT, but printf()) and the like.
So the programmer can always define a library to implement input / output (screen, keyboard, etc).
The idea on screen modes is also very interesting!
I wish you were here having beers with me at the TLP event! :mrgreen:
It's been very inspirational.
Back to the topic: I've already though about these. In fact, C is much portable because all IO functions are done through user defined functions (e.g. no PRINT, but printf()) and the like.
So the programmer can always define a library to implement input / output (screen, keyboard, etc).
The idea on screen modes is also very interesting!
