<?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[Syntax-Error mit curl (wie verwende ich eine while-schleife)]]></title><description><![CDATA[<p>Hallo.</p>
<p>Im curl-example steht folgender text:</p>
<pre><code>while (CURLM_CALL_MULTI_PERFORM == curl_multi_perform(multi_handle,&amp;still_running));
</code></pre>
<p>was ist das für eine while-schleife? komisch ist die schon irgendwo...<br />
verstehe den sinn net wirklich.</p>
<p>zumal die perform funktion etwas zurück gibt und ich, wen ich &quot;ressul =&quot; davor schreibe, folgenden error krieg:</p>
<p>error C2106: '=' : left operand must be l-value</p>
<p>help?! <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/topic/232504/syntax-error-mit-curl-wie-verwende-ich-eine-while-schleife</link><generator>RSS for Node</generator><lastBuildDate>Fri, 25 Sep 2026 08:18:28 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/232504.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 23 Jan 2009 13:42:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Syntax-Error mit curl (wie verwende ich eine while-schleife) on Fri, 23 Jan 2009 13:42:42 GMT]]></title><description><![CDATA[<p>Hallo.</p>
<p>Im curl-example steht folgender text:</p>
<pre><code>while (CURLM_CALL_MULTI_PERFORM == curl_multi_perform(multi_handle,&amp;still_running));
</code></pre>
<p>was ist das für eine while-schleife? komisch ist die schon irgendwo...<br />
verstehe den sinn net wirklich.</p>
<p>zumal die perform funktion etwas zurück gibt und ich, wen ich &quot;ressul =&quot; davor schreibe, folgenden error krieg:</p>
<p>error C2106: '=' : left operand must be l-value</p>
<p>help?! <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1650865</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1650865</guid><dc:creator><![CDATA[SmartFan]]></dc:creator><pubDate>Fri, 23 Jan 2009 13:42:42 GMT</pubDate></item><item><title><![CDATA[Reply to Syntax-Error mit curl (wie verwende ich eine while-schleife) on Fri, 23 Jan 2009 13:46:08 GMT]]></title><description><![CDATA[<p>SmartFan schrieb:</p>
<blockquote>
<p>was ist das für eine while-schleife? komisch ist die schon irgendwo...<br />
verstehe den sinn net wirklich.</p>
</blockquote>
<p>das ist eine schleife, die solange <code>curl_multi_perform()</code> aufruft, bis die einen anderen wert als <code>CURLM_CALL_MULTI_PERFORM</code> zurückgibt.<br />
der körper der schleife ist leer, denn die ganze arbeit passiert schon im kopf.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1650869</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1650869</guid><dc:creator><![CDATA[schleifmaschine]]></dc:creator><pubDate>Fri, 23 Jan 2009 13:46:08 GMT</pubDate></item></channel></rss>