◐ Shell
clean mode source ↗

std::wcsncmp — cppreference.com

De cppreference.com

<metanoindex/>

<tbody> </tbody>

Déclaré dans l'en-tête

<cwchar>

int wcsncmp( const wchar_t* lhs, const wchar_t* rhs, size_t count );

Compare à la plupart des personnages count larges de deux chaînes à zéro terminal de large. La comparaison est faite lexicographique .

Original:

Compares at most count wide characters of two null-terminated wide strings. The comparison is done lexicographically.

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Paramètres

lhs, rhs -

pointeurs vers des chaînes à zéro terminal larges à comparer

Original:

pointers to the null-terminated wide strings to compare

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

count -

nombre maximum de caractères à comparer

Original:

maximum number of characters to compare

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Retourne la valeur

Valeur négative si lhs est moins rhs .

Original:

Negative value if lhs is less than rhs.

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

0 si lhs est égal à' rhs .

Original:

0 if lhs is equal to rhs.

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Valeur positive si lhs est supérieure à' rhs .

Original:

Positive value if lhs is greater than rhs.

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Exemple

Voir aussi

compare deux chaînes de large

Original:

compares two wide strings

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(fonction) [edit]

compare un certain nombre de caractères larges de deux matrices

Original:

compares a certain amount of wide characters from two arrays

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(fonction) [edit]

compare deux chaînes de large, conformément à la localisation en cours

Original:

compares two wide strings in accordance to the current locale

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(fonction) [edit]

C documentation for wcsncmp