Liste des Groupes | Revenir à cl c |
A key example of low-level programming is control of hardware, which on most systems means accessing memory-mapped registers at specific addresses, reading and writing in specific orders. Python has no means to do any of that - C and C++ both provide this ability. (Micropython, a subset of Python targeting microcontrollers and small systems, has library modules that can do this.)For me low-level-programming is to layout data structures in memory
Les messages affichés proviennent d'usenet.