ajuste nuevo formato. Puede ser una combinación de las siguientes constantes:
|
|
Constant Original: Constant The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
|
Explanation
|
|
|
| dec
|
utilizar base decimal para enteros I / O Original: use decimal base for integer I/O The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
|
|
|
| oct
|
utilizar octal base de entero I / O Original: use octal base for integer I/O The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
|
|
|
| hex
|
utilizar la base hexadecimal entero I / O Original: use hexadecimal base for integer I/O The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
|
|
|
| basefield
|
dec|oct|hex|0. Útil para operaciones de enmascarar Original: dec|oct|hex|0. Useful for masking operations The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
|
|
|
| left
|
ajuste izquierdo (añade caracteres de relleno a la derecha) Original: left adjustment (adds fill characters to the right) The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
|
|
|
| right
|
ajuste derecho (añade caracteres de relleno a la izquierda) Original: right adjustment (adds fill characters to the left) The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
|
|
|
| internal
|
ajuste interno (añade caracteres de relleno hasta el punto interno designado) Original: internal adjustment (adds fill characters to the internal designated point) The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
|
|
|
| adjustfield
|
left|right|internal. Útil para operaciones de enmascarar Original: left|right|internal. Useful for masking operations The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
|
|
|
| scientific
|
generar tipos de coma flotante utilizando notación científica o notación hexadecimal si se combina con fijo Original: generate floating point types using scientific notation, or hex notation if combined with fixed The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
|
|
|
| fixed
|
generar los tipos de punto flotante usando notación fija, o notación hexadecimal si se combina con científicos Original: generate floating point types using fixed notation, or hex notation if combined with scientific The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
|
|
|
| floatfield
|
scientific|fixed|(scientific|fixed)|0. Útil para operaciones de enmascarar Original: scientific|fixed|(scientific|fixed)|0. Useful for masking operations The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
|
|
|
| boolalpha
|
insertar y extraer tipo bool en formato alfanumérico Original: insert and extract bool type in alphanumeric format The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
|
|
|
| showbase
|
generar un prefijo que indica la base numérica para la salida entera, requieren que el indicador en moneda monetario I / O Original: generate a prefix indicating the numeric base for integer output, require the currency indicator in monetary I/O The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
|
|
|
| showpoint
|
generar un carácter de punto decimal sin condiciones para la salida de número de punto flotante Original: generate a decimal-point character unconditionally for floating-point number output The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
|
|
|
| showpos
|
generar un carácter + para no negativo de salida numérico Original: generate a + character for non-negative numeric output The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
|
|
|
| skipws
|
omitir los principales espacios en blanco antes de las operaciones de entrada determinado Original: skip leading whitespace before certain input operations The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
|
|
|
| unitbuf
|
enjuagar la salida después de cada operación de salida Original: flush the output after each output operation The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
|
|
|
| uppercase
|
reemplazar ciertas letras minúsculas con sus uppercase equivalents en ciertas operaciones de salida de salida Original: replace certain lowercase letters with their uppercase equivalents in certain output output operations The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
|