D
D
Daniil Demidko2015-12-15 10:24:27
C++ / C#
Daniil Demidko, 2015-12-15 10:24:27

How to implement I/O from scratch?

Without any libraries and headers.
Who can tell how this is possible?
(After all, the low-level input libraries were somehow written).

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Adamos, 2015-12-15
@Daniro_San

After all, the low-level input libraries were somehow written

Bingo! It remains to find and read their code. glibc has it open, for example.

R
romy4, 2015-12-15
@romy4

In what sense, without libraries? What level of access? It can be at the controller level, at the kernel level, at the user level, at the scripting language level, etc. Everywhere has its own nuances.
> Without any libraries and headers.
a very useless exercise, only if you do not write your own driver

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question