Bildschirm löschen
-
Grottig weil FillConsoleOutputCharacter() noch viel zu High-Level ist. Nimm lieber die Console-Low-Level-Funktionen dafür her wenns um Geschwindigkeit geht. WriteConsoleOutputCharacter() zum Beispiel.
The console functions enable different levels of access to a console. The high-level console I/O functions enable an application to read from standard input to retrieve keyboard input stored in a console's input buffer. The functions also enable an application to write to standard output or standard error to display text in the console's screen buffer. The high-level functions also support redirection of standard handles and control of console modes for different I/O functionality. The low-level console I/O functions enable applications to receive detailed input about keyboard and mouse events, as well as events involving user interactions with the console window. The low-level functions also enable greater control of output to the screen.
MfG SideWinder
-
Ncohwas zum Aufpassen:
WriteConsoleOutput() - low level
WriteConsole() - high level!
MfG SideWinder
-
Hi!
@SideWinder: vielen dank für diese Info ! ^^
wahr mir nicht bekannt ....
tja ... wieder was gelerntcu