Suchergebnisse für Anfrage "toupper"

3 die antwort

Haskell - Großschreibung aller Buchstaben in einer Liste [String] mit toUpper

Ich habe eine Liste [String]. Die Aufgabe besteht darin, die Elemente in der Liste zu entfernen, die "q" oder "p" haben, und dann alle Bu...

3 die antwort

Warum Putchar, Topper, Tolower usw. ein Int anstelle eines Char?

In C sind Strings Arrays von char (

4 die antwort

toupper gibt eine Ganzzahl anstelle von char @ zurü

für die folgende Funktion void display() { for (int i = 0; i < 8; i++) { for (int j = 0; j < 8; j++) { if (board[i][j] < 84 && (i+j)%2 == 0) SetConsoleTextAttribute( GetStdHandle( STD_OUTPUT_HANDLE ), 0x70); else if (board[i][j] < 84 && (i+j)%2 ...

TOP-Veröffentlichungen