+ 1
Without libraries
How is a basic input/output library written. For example, if there was no stdio.h library for printing texts in C, how would someone write texts as output. Will I have to use Windows API to do such things?
1 ответ
+ 1
~ swim ~ Thing that you cannot do on Windows, because systems interrupts can't be used directly.