Compare char array with char array from structSorry for my bad explanations. [code]char str[0];[/code] then [code]t.getline(str[0], 900);[/code] ...
Compare char array with char array from structUpdate: Strange, but I got it. I wrote the same thing again exept I changed it from [code]if (str[0...
Compare char array with char array from structOh, I got your answer too late. I can't use strcmp() with [i]produkte[nummer].prod[/i] because my [...
Compare char array with char array from structUpdate: Strange case: a few lines above i have [code]if (produkte[nummer].prod[0] != str[0][0]) ...
Compare char array with char array from structI dont use char strings, I only copy/compare/read every character in the char array seperatly. I kno...
This user does not accept Private Messages