[Expat-discuss] a few newbie queistions

Marco Forberg marco.forberg at gmx.net
Thu Aug 24 16:29:23 CEST 2006


Am 24.08.2006, 16:02 Uhr, schrieb Norman Rosner <jeckyll at mac.com>:
> Could anyone tell me why does my identitytesting in (name == "LHS")
> not work at all? Where is my Mistake in thinking?

name is a pointer to character, not a string-object. You should use strcmp  
or something similiar for this comparison


More information about the Expat-discuss mailing list