Warp wrote:
> : check strcmp function
>
> I agree that it would be really nice if (string1 = string2) would work.
> I don't see why we should go the C-way in this thing. Better the C++-way.
>
strcmp(a,b) is the C-way. (string1 == string2) give problems.
in the manual these functions relatively are hidden, that you have to
install your own search-engine about it.
Post a reply to this message
|