string tekst =" hej hej hej"; for(int i = 0; i < tekst.length(); i++) { cout << tekst[i]; sleep(200); }