Hi Christian!
CF> I have a problem here. I use Linux as my main OS, and therefor do all my
CF> c++ codeing in Linux too. I'm now using "Instant C++ Programming" by Ian
CF> Wilks to learn c++, and in a program made after reading from that book,
CF> shall use strcmpi().
there seems not to be the function strcmpi() present at least in my linux
libraries and header files(rh 4.2). just try strcasecmp() instead of it.
strcmpi is probably something borland-specific they have introduced in their
own libraries. furthermore, strcasecmp() did first exist in some old BSD
version, so it should be more widely accepted in the *NIX world. at least one
of those old SunOS boxes i have access to knows what to do with that. ;)
fazz
--- GEcho 1.11+
---------------
* Origin: l'Ermite (FidoNet 2:490/18)
|