Код: Выделить всё
void fastType(const std::string& text, int delay)
{
for (char c : text)
{
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/79125691/c-typewriter-effect-delay-issues[/url]Код: Выделить всё
void fastType(const std::string& text, int delay)
{
for (char c : text)
{
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/79125691/c-typewriter-effect-delay-issues[/url]