Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Wie kann ich erreichen, das ein Text nicht auf einmal errscheint sondern nach jedem Buchstabe eine 10tel Sekunde Pause ist?
#include <windows.h> char array[zeichen]; for(int i=0; i<zeichen; ++i) { cout<<array[i]; sleep(100); }
:p