Accent
Traducción
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
Palabra por palabra
Ejemplos
The type char is not compatible with signed char and not compatible with unsigned char.
El tipo char no es compatible con signed char y no es compatible con unsigned char.
The types char, unsigned char, and signed char use one byte for both storage and value representation.
Los tipos char, unsigned char, y signed char usan un solo byte para almacenar y representación del valor.
If no l modifier is present, the int argument is converted to an unsigned char, and the resulting character is written.
Si no está presente un modificador l, el argumento int es convertido a un unsigned char, y se escribe el carácter resultante.
This callback function takes as arguments the ASCII unsigned char associated with the key and the x, y location of the cursor at that moment.
Esta función callback toma como argumentos el código ASCII unsigned char asociado con la tecla y la posición x, y del cursor en ese momento.
If you need a small integer then use unsigned char i; /* 0-255 */ You will however be surprised how big programs you can write.
Si necesitas un entero corto entonces usa unsigned char i; /* 0-255 */ No obstante te sorprenderás de lo grandes que puedes escribir los programas.
The type char may be equivalent to either signed char or unsigned char, but it is always a separate type from either of these.
El tipo carbón puede ser equivalente al carbón firmado o al carbón sin firmar, pero es siempre un tipo separado de cualquiera de éstos.
A following integer conversion corresponds to a signed char or unsigned char argument, or a following n conversion corresponds to a pointer to a signed char argument.
La siguiente conversión entera se corresponde con un argumento signed char o unsigned char, o la siguiente conversión n se corresponde a un puntero a un argumento signed char.
For an object of type T, object representation is the sequence of sizeof(T) objects of type unsigned char (or, equivalently, std::byte) beginning at the same address as the T object.
Para un objeto de tipo T, la representación de objeto es la secuencia de sizeof(T) objetos de tipo unsigned char (o el equivalente: std::byte) comenzando en la misma dirección que el objeto T.
Palabra del día
el inframundo