<?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[Was ist falsch ?!]]></title><description><![CDATA[<p>Kann mir jemand sagen wo ich hier den Fehler gemacht hab weil iergendwie will mein complire nicht so wie ich will ...</p>
<p>Complire : Microsoft Visual C++ 6.0</p>
<pre><code>Code:
#include &lt;afxinet.h&gt;
#include &lt;iostream.h&gt;
void main(void)
{
     CInternetSession is(&quot;HTTPGET&quot;);
     CHttpConnection *pHC = NULL;
     CHttpFile *pHF =NULL;
     try
     {
               pHC = is.GetHttpConnection(_T(&quot;www.google.com&quot;));
               pHF = pHC-&gt;OpenRequest(_T(&quot;&quot;),_T(&quot;/default.asp&quot;),NULL, 0, NULL, NULL, 0);
               pHF-&gt;SendRequest();
               char c;
               while (pHF-&gt;Read(&amp;c, 1) == 1) cout &lt;&lt; c;
               pHF-&gt;Close();
               pHC-&gt;Close();
     }
     catch (CInternetException *pIE)
     {
            cout &lt;&lt; &quot;Internet error &quot; &lt;&lt; pIE-&gt;m_dwError &lt;&lt; &quot;.&quot; &lt;&lt; endl;
     }
     delete pHF;
     delete pHC;
}
</code></pre>
<pre><code>error C2228: Der linke Teil von '.GetHttpConnection' muss eine Klasse/Struktur/Union sein
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/topic/186912/was-ist-falsch</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 00:36:18 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/186912.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 13 Jul 2007 14:54:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Was ist falsch ?! on Fri, 13 Jul 2007 14:54:06 GMT]]></title><description><![CDATA[<p>Kann mir jemand sagen wo ich hier den Fehler gemacht hab weil iergendwie will mein complire nicht so wie ich will ...</p>
<p>Complire : Microsoft Visual C++ 6.0</p>
<pre><code>Code:
#include &lt;afxinet.h&gt;
#include &lt;iostream.h&gt;
void main(void)
{
     CInternetSession is(&quot;HTTPGET&quot;);
     CHttpConnection *pHC = NULL;
     CHttpFile *pHF =NULL;
     try
     {
               pHC = is.GetHttpConnection(_T(&quot;www.google.com&quot;));
               pHF = pHC-&gt;OpenRequest(_T(&quot;&quot;),_T(&quot;/default.asp&quot;),NULL, 0, NULL, NULL, 0);
               pHF-&gt;SendRequest();
               char c;
               while (pHF-&gt;Read(&amp;c, 1) == 1) cout &lt;&lt; c;
               pHF-&gt;Close();
               pHC-&gt;Close();
     }
     catch (CInternetException *pIE)
     {
            cout &lt;&lt; &quot;Internet error &quot; &lt;&lt; pIE-&gt;m_dwError &lt;&lt; &quot;.&quot; &lt;&lt; endl;
     }
     delete pHF;
     delete pHC;
}
</code></pre>
<pre><code>error C2228: Der linke Teil von '.GetHttpConnection' muss eine Klasse/Struktur/Union sein
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1324751</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1324751</guid><dc:creator><![CDATA[c4pone]]></dc:creator><pubDate>Fri, 13 Jul 2007 14:54:06 GMT</pubDate></item><item><title><![CDATA[Reply to Was ist falsch ?! on Fri, 13 Jul 2007 16:25:04 GMT]]></title><description><![CDATA[<p>Der Fehler ist in Zeile (hier) 11.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1324809</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1324809</guid><dc:creator><![CDATA[finix]]></dc:creator><pubDate>Fri, 13 Jul 2007 16:25:04 GMT</pubDate></item><item><title><![CDATA[Reply to Was ist falsch ?! on Fri, 13 Jul 2007 21:36:10 GMT]]></title><description><![CDATA[<p>soweit war ich auch schon ... ?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1325009</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1325009</guid><dc:creator><![CDATA[c4pone]]></dc:creator><pubDate>Fri, 13 Jul 2007 21:36:10 GMT</pubDate></item><item><title><![CDATA[Reply to Was ist falsch ?! on Sat, 14 Jul 2007 01:46:38 GMT]]></title><description><![CDATA[<p>Bei mir funzt das, so wie das oben steht.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1325092</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1325092</guid><dc:creator><![CDATA[Copy and Paste funzt]]></dc:creator><pubDate>Sat, 14 Jul 2007 01:46:38 GMT</pubDate></item><item><title><![CDATA[Reply to Was ist falsch ?! on Sat, 14 Jul 2007 15:03:26 GMT]]></title><description><![CDATA[<p>welchen complire hast du den benutzt ?!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1325367</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1325367</guid><dc:creator><![CDATA[c4pone]]></dc:creator><pubDate>Sat, 14 Jul 2007 15:03:26 GMT</pubDate></item><item><title><![CDATA[Reply to Was ist falsch ?! on Sat, 14 Jul 2007 22:31:45 GMT]]></title><description><![CDATA[<p>Was um aller Welt ist denn &quot;complire&quot; ?</p>
<p>Grüße von Ney</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1325581</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1325581</guid><dc:creator><![CDATA[nexperty]]></dc:creator><pubDate>Sat, 14 Jul 2007 22:31:45 GMT</pubDate></item><item><title><![CDATA[Reply to Was ist falsch ?! on Sat, 14 Jul 2007 22:51:45 GMT]]></title><description><![CDATA[<p>Microsoft Visual C++ 6.0<br />
Musste ich auf Multithreaded stellen und dann ging das.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1325591</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1325591</guid><dc:creator><![CDATA[Copy and Paste funzt]]></dc:creator><pubDate>Sat, 14 Jul 2007 22:51:45 GMT</pubDate></item><item><title><![CDATA[Reply to Was ist falsch ?! on Sun, 15 Jul 2007 06:03:38 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">#include &lt;iostream&gt;
int main()
</code></pre>
<p>und die deletes am ende sind auch nicht nötig,die pointer werden automatisch gelöscht</p>
<p>btw. es heißt &quot;Compiler&quot;,nicht complire oder calimero</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1325642</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1325642</guid><dc:creator><![CDATA[knoppers]]></dc:creator><pubDate>Sun, 15 Jul 2007 06:03:38 GMT</pubDate></item><item><title><![CDATA[Reply to Was ist falsch ?! on Sun, 15 Jul 2007 11:46:24 GMT]]></title><description><![CDATA[<p>knoppers schrieb:</p>
<blockquote>
<p>und die deletes am ende sind auch nicht nötig,die pointer werden automatisch gelöscht</p>
</blockquote>
<p>Das Thema hatten wir ja schon mal. Es gehört sich einfach so, dass man *alle* angeforderten Ressourcen auch selbst wieder aufräumt. Ist ein ganz einfaches Idiom: Wer's dreckig macht, macht's sauber (es sei denn, man verwendet explizit Konzepte der Besitzabgabe, wie 'std::auto_ptr') – das macht die Programmierung wesentlich stressfreier.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1325778</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1325778</guid><dc:creator><![CDATA[Konrad Rudolph]]></dc:creator><pubDate>Sun, 15 Jul 2007 11:46:24 GMT</pubDate></item><item><title><![CDATA[Reply to Was ist falsch ?! on Sun, 15 Jul 2007 11:57:00 GMT]]></title><description><![CDATA[<p>Dieser Thread wurde von Moderator/in <a href="http://www.c-plusplus.net/forum/profile-var-mode-is-viewprofile-and-u-is-10455.html" rel="nofollow">evilissimo</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum-var-f-is-15.html" rel="nofollow">C++</a> in das Forum <a href="http://www.c-plusplus.net/forum/viewforum-var-f-is-1.html" rel="nofollow">MFC (Visual C++)</a> verschoben.</p>
<p>Im Zweifelsfall bitte auch folgende Hinweise beachten:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-39405.html" rel="nofollow">C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?</a></p>
<p><em>Dieses Posting wurde automatisch erzeugt.</em></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1325788</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1325788</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Sun, 15 Jul 2007 11:57:00 GMT</pubDate></item></channel></rss>