Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » C / C++ (WinAPI, Konsole) » Vergleichen von Zeichen

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: > 1 <
000
14.10.2005, 15:10 Uhr
ray_ray



hi leutz

hab n prob. und zwar is mein compiler da wohl etwas pingelig. also habe die zeilen



C++:

if( cLetter == "<" )
    bComment = true;
if( cLetter == ">" )
    bComment = false;




nu bekomm ich aber immer die fehlermeldung:

ISO C++ forbids comparison between pointer and integer

was soll das??? bitte um hilfe.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
14.10.2005, 15:17 Uhr
Tommix



Hallo,
wie ist cLetter deklariert? Falls als char, muß die Abfrage

C++:
if (cLetter == '<')


usw. heißen.

Gruß, Tommix
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
002
14.10.2005, 15:30 Uhr
ray_ray



richtig, char. danke
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 <     [ C / C++ (WinAPI, Konsole) ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: