Wide character type i.e <cwctype>
This header under the String Library declares a set of functions to classify and transform individual wide characters.
The set of functions are :-
They check whether the character passed as parameter belongs to a certain category:
For eg: iswalnum
Similarly, we have other functions like :-
Taking another example of iswpunct:-
2. Character conversion functions
Two functions that convert between letter cases:
Name | Views | Likes |
---|---|---|
C++ string_wide_character_type | 343 | 3 |
C++ sum of the minimum elements of sub-array of array. | 272 | 1 |
C++ BFS | 426 | 1 |
C++ BANKERS ALGORITHM | 11104 | 2 |
C++ string_wide_char | 274 | 2 |
C++ TOWER OF HANOI | 878 | 2 |
C++ UTILITY LIBRARIES | 270 | 2 |
C++ COUNT CONVERSION | 411 | 1 |
C++ string::identify_alpha_numeric | 274 | 2 |
C++ TEMPLATES | 353 | 2 |
C++ QJSON | 404 | 3 |
C++ libconfig | 682 | 3 |
C++ COUNTING NUMBER OF SET BITS IN ARRAY | 415 | 1 |
C++ RULES AND AMBIGUITY IN FUNCTION OVERLOADING | 2661 | 2 |
C++ std::any | 224 | 2 |
C++ std::string_view | 378 | 2 |
LOOP INVARIANT SYNTAX - AN INTODUCTION | 285 | 1 |
C++ Localization Library | 672 | 2 |
C++ DINING PHILOSOPHERS PROBLEM | 3023 | 2 |
C++ QUICK SORT | 886 | 1 |
C++ CLOSET PAIR OF POINTS | 671 | 1 |
C++ SCAN DISK ALGORITHM | 1195 | 2 |
C++ MAXIMUM SUBSET WITH BITWISE OR | 512 | 1 |
C++ LOOK DISK ALGORITHM | 677 | 2 |
C++ C-SCAN DISK ALGORITHM | 607 | 2 |
Comments