User: meetfinger

  • Public profile

User profile: meetfinger

User info
User name:meetfinger
History
Joined:
Number of posts:6
Latest posts:

Compare char array with char array from struct
Sorry for my bad explanations. [code]char str[0];[/code] then [code]t.getline(str[0], 900);[/code] ...

Compare char array with char array from struct
Update: 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 struct
Oh, 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 struct
Update: Strange case: a few lines above i have [code]if (produkte[nummer].prod[0] != str[0][0]) ...

Compare char array with char array from struct
I 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