TIP: Click on subject to list as thread! ANSI
echo: c_plusplus
to: CHRISTIAN FELDE
from: THOMAS MAEDER
date: 1997-12-29 19:43:00
subject: strcmpi error?

CF> sco-systems:~/work/code# g++ -o strcmpi strcmpi.cpp strcmpi.cpp: In
CF> `int main(...)': strcmpi.cpp:25: warning: implicit declaration of fu
CF> strcmpi(...)'
This means that strcmpi is not declared in string.h.
CF> /tmp/cca003361.o: In function `main':
CF> /tmp/cca003361.o(.text+0xbb): undefined reference to `strcmpi'
CF> /tmp/cca003361.o(.text+0xe9): undefined reference to `strcmpi'
CF> sco-systems:~/work/code#
This means that there isn't an implementation for strcmpi  in  any  of
the linked libraries.
CF> To me (as a newbee in c++) it look's like the compiler don't underst
CF> useage of strcmpi.
If you are a C++ newbie, you'd better not use these C string functions
if you don't have to. Use the string class.
Thomas
---
 þ MM 1.0 þ Unregistered þ MailMaker - Your Windows offline reader!
---------------
* Origin: McMeier & Son BBS (2:301/138)

SOURCE: echomail via exec-pc

Email questions or comments to sysop@ipingthereforeiam.com
All parts of this website painstakingly hand-crafted in the U.S.A.!
IPTIA BBS/MUD/Terminal/Game Server List, © 2025 IPTIA Consulting™.