Re: a few newbie queistions
"Marco Forberg" <[email protected]>
| Newsgroups | gmane.text.xml.expat.general |
|---|---|
| Message-ID | <op.tesk69vj3odusb@anakin> |
Am 24.08.2006, 16:02 Uhr, schrieb Norman Rosner <[email protected]>: > 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