Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hallo liebe Community,
wie vergleiche ich eine Zeichenkette i wo z.B. "Hallo Ihr" drin steht.
if(i=="Hallb Ihr")geht nicht. Liegt es daran, dass char i[256] ist?
#include <string.h> if (strcmp("", i) == 0) { /* gleich */ }
Super! Danke!