Cannot convert 'char' to 'char *'
-
Hallo,
habe an folgender Stelle
String neuester = ListBox1->Items->Strings[c]; int countfordate2 = 0; if(neuester[countfordate2] != " "){ Datumsausgabe2 += neuester[countfordate2]; countfordate2 ++; }folgenden Fehler
[C++ Error] Unit1.cpp(122): E2034 Cannot convert 'char' to 'char *'
Kann mir jemand sagen, was ich falsch mache, oder wie ich es 'richtig' machen kann??
Danke schonmal!
Gruß
MWJKP.S.: Frohes Weihnachtsfest!
-
http://c-plusplus.net/forum/viewtopic-var-t-is-168517.html
Letzter Beitrag.
-
Okay, danke und sorry dass ich es übersehen hatte im anderen Topic und hier nochmal nachgefragt hatte.
Gruß
MWJK :xmas1: