Download for Windows Premium
Publiciteit
unsigned char

Vertaling van "unsigned char" in Engels

We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
unsigned char
ungetc() odkłada c z powrotem do stream, rzutowane na unsigned char, o ile jest to możliwe dla następnych operacji odczytu.
ungetc() pushes c back to stream, cast to unsigned char, where it is available for subsequent read operations.
char - typ reprezentacji znaku, który może być przetwarzany z największą wydajnością na docelowym systemie (ma tą samą reprezentację lub wyrównanie pamięci co signed char lub unsigned char, ale jest zawsze oddzielnym typem).
char - type for character representation which can be most efficiently processed on the target system (has the same representation and alignment as either signed char or unsigned char, but is always a distinct type).
Istnieje jeszcze oczywisty "workaround": nawet jeśli chcemy wczytać wartość 0-255, która spokojnie zmieściłaby się w naszej jednobajtowej zmiennej unsigned char, to powinniśmy użyć do tego celu jednak zmiennej typu integer (a nie typu char).
There are still obvious "workaround": even if we want to load the value from range 0-255, that would hold in our 1-byte unsigned char variable, then we should use for this purpose a variable of type integer (and not of type char).
Po tej definicji typu bajt identyfikator może być wykorzystany jako skrót dla typu unsigned char, np.
After this type definition, the identifier BYTE can be used as an abbreviation for the type unsigned char, for example:.
Funkcja memcmp() porównuje pierwsze n bajtów (każdy interpretowany jako unsigned char) obszaru pamięci s1 z obszarem s2. WARTOŚĆ ZWRACANA
The memcmp() function compares the first n bytes (each interpreted as unsigned char) of the memory areas s1 and s2.
Na przykład należy zadeklarować kod D typu danych jako unsigned char far w systemie Microsoft Windows.
For example, you must declare the D data type code as unsigned char far in Microsoft Windows.
Popycha char znaku (unsigned char) na określony strumień tak, że następny znak jest odczytywany.
Pushes the character char (an unsigned char) onto the specified stream so that the next character is read.
fputc(), putc() i putchar() zwracają znak zapisany jako unsigned char i rzutowany na int lub zwracają EOF w przypadku błędu.
fputc(), putc() and putchar() return the character written as an unsigned char cast to an int or EOF on error.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor unsigned char in het Pools

Publiciteit

Resultaten: 8. Exact: 8. Verstreken tijd: 31 ms.