C++ String Functions

preview_player
Показать описание
String functions in C++. So far, we've gone over how to access, append, remove, and update characters within a string. Outside of these methods, we can utilize the built-in cctype library in C++ to classify and transform characters within a string. Specifically, we will be using the tolower and toupper functions to convert a character to lowercase or uppercase. We will use this to create a program that checks an input username that is case insensitive. In addition, we will use the islower, isupper, isdigit, isalnum functions to create a program for verifying whether or not a password meets character requirements.

If you need to review past C++ Topics:

List of string character functions in the ctype library:

C++ Playlist:

Github Repo for C++ Code:

Install C++ with VS Code:

Subscribe for more coding tutorials 😄!
Рекомендации по теме
Комментарии
Автор

can you do a variable argument as input for functions video?
ej function sum(1, 2, 3, 4, 5) = 1+2+3+4+5, but it has no fixed input size

sirlimonada
join shbcf.ru