<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Cannot convert &#x27;char&#x27; to &#x27;char *&#x27;]]></title><description><![CDATA[<p>Hallo,</p>
<p>habe an folgender Stelle</p>
<pre><code class="language-cpp">String neuester = ListBox1-&gt;Items-&gt;Strings[c];
int countfordate2 = 0;
if(neuester[countfordate2] != &quot; &quot;){
   Datumsausgabe2 += neuester[countfordate2];
   countfordate2 ++;
}
</code></pre>
<p>folgenden Fehler</p>
<blockquote>
<p>[C++ Error] Unit1.cpp(122): E2034 Cannot convert 'char' to 'char *'</p>
</blockquote>
<p>Kann mir jemand sagen, was ich falsch mache, oder wie ich es 'richtig' machen kann??</p>
<p>Danke schonmal!</p>
<p>Gruß<br />
MWJK</p>
<p>P.S.: Frohes Weihnachtsfest!</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/168559/cannot-convert-char-to-char</link><generator>RSS for Node</generator><lastBuildDate>Thu, 13 Aug 2026 11:59:25 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/168559.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 24 Dec 2006 11:26:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Cannot convert &#x27;char&#x27; to &#x27;char *&#x27; on Sun, 24 Dec 2006 11:26:25 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>habe an folgender Stelle</p>
<pre><code class="language-cpp">String neuester = ListBox1-&gt;Items-&gt;Strings[c];
int countfordate2 = 0;
if(neuester[countfordate2] != &quot; &quot;){
   Datumsausgabe2 += neuester[countfordate2];
   countfordate2 ++;
}
</code></pre>
<p>folgenden Fehler</p>
<blockquote>
<p>[C++ Error] Unit1.cpp(122): E2034 Cannot convert 'char' to 'char *'</p>
</blockquote>
<p>Kann mir jemand sagen, was ich falsch mache, oder wie ich es 'richtig' machen kann??</p>
<p>Danke schonmal!</p>
<p>Gruß<br />
MWJK</p>
<p>P.S.: Frohes Weihnachtsfest!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1197326</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1197326</guid><dc:creator><![CDATA[MWJK]]></dc:creator><pubDate>Sun, 24 Dec 2006 11:26:25 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot convert &#x27;char&#x27; to &#x27;char *&#x27; on Sun, 24 Dec 2006 12:04:03 GMT]]></title><description><![CDATA[<p><a href="http://c-plusplus.net/forum/viewtopic-var-t-is-168517.html" rel="nofollow">http://c-plusplus.net/forum/viewtopic-var-t-is-168517.html</a><br />
Letzter Beitrag.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1197339</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1197339</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Sun, 24 Dec 2006 12:04:03 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot convert &#x27;char&#x27; to &#x27;char *&#x27; on Sun, 24 Dec 2006 12:23:32 GMT]]></title><description><![CDATA[<p>Okay, danke und sorry dass ich es übersehen hatte im anderen Topic und hier nochmal nachgefragt hatte.</p>
<p>Gruß<br />
MWJK :xmas1:</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1197349</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1197349</guid><dc:creator><![CDATA[MWJK]]></dc:creator><pubDate>Sun, 24 Dec 2006 12:23:32 GMT</pubDate></item></channel></rss>