cppreference.com
Benutzerkonto anlegen
Anmelden
Namensräume
Vorlage
Diskussion
Varianten
Ansichten
Lesen
Bearbeiten
Versionen/Autoren
Aktionen
Vorlage:cpp/string/byte/navbar
Aus cppreference.com
C++
Sprache
Concepts
Utilities-Bibliothek
Strings Bibliothek
Container-Bibliothek
Algorithmen-Bibliothek
Iteratoren Bibliothek
Numerik-Bibliothek
Input / Output-Bibliothek
Lokalisierungen Bibliothek
Reguläre Ausdrücke Bibliothek
(C++11)
Atomare Operationen Bibliothek
(C++11)
Thread Support-Bibliothek
(C++11)
[edit]
Strings Bibliothek
Null-terminierte Strings
Original:
Null-terminated strings
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
Byte-Strings
Multibyte-Strings
Wide Strings
Classes
Original:
Classes
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
basic_string
char_traits
[edit]
Null-terminierte Byte-Strings
Funktionen
Original:
Functions
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
Character Manipulation
Original:
Character manipulation
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
isalnum
isalpha
islower
isupper
isdigit
isxdigit
isblank
(C++11)
iscntrl
isgraph
isspace
isprint
ispunct
tolower
toupper
Umwandlungen in numerische Formate
Original:
Conversions to numeric formats
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
atof
atoi
atol
atoll
strtol
strtoll
strtoul
strtoull
strtof
strtod
strtold
String-Manipulation
Original:
String manipulation
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
strcpy
strncpy
strcat
strncat
strxfrm
String Prüfung
Original:
String examination
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
strlen
strcmp
strncmp
strcoll
strchr
strrchr
strspn
strcspn
strpbrk
strstr
strtok
Speicher Manipulation
Original:
Memory manipulation
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
memchr
memcmp
memset
memcpy
memmove
Verschiedenes
Original:
Miscellaneous
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
strerror
[edit]