localeconv
Da cppreference.com.
|
|
Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.
La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
| Defined in header <locale.h>
|
||
| lconv* localeconv(); |
||
La funzione
localeconv ottiene un puntatore a un oggetto statico di lconv tipo, che rappresenta le regole di formattazione numerici e monetari del locale corrente C.Original:
The
localeconv function obtains a pointer to a static object of type lconv, which represents numeric and monetary formatting rules of the current C locale.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Indice |
[modifica] Parametri
(Nessuno)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[modifica] Valore di ritorno
puntatore all'oggetto lconv corrente.
Original:
pointer to the current lconv object.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[modifica] Note
Modifica dei riferimenti agli oggetti attraverso il puntatore restituito è un comportamento indefinito.
Original:
Modifying the object references through the returned pointer is undefined behavior.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
localeconv modifica un oggetto statico, chiamandolo da diversi thread senza sincronizzazione è un comportamento indefinito.Original:
localeconv modifies a static object, calling it from different threads without synchronization is undefined behavior.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[modifica] Esempio
| This section is incomplete |
[modifica] Vedi anche
| ottiene e imposta la localizzazione corrente C Original: gets and sets the current C locale The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (funzione) | |
| dettagli di formattazione, restituiti da localeconv Original: formatting details, returned by localeconv The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (classe) | |
| C++ documentation for localeconv
| |