8 Eylül 2021 Çarşamba

std::isspace metodu

Giriş
Şu satırı dahil ederiz
#include <cctype>
Örnek
Şöyle yaparız.
char c = ...;
if (isspace(c)) {
...
}

Hiç yorum yok:

Yorum Gönder