<?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[Ping durchführen]]></title><description><![CDATA[<p>Hallo,<br />
vorweg muss ich sagen das ich leider sehr wenig ahnung von c++ habe und von daher eine etwas genauer beschriebene Hilfe von euch bräuchte.<br />
Ich habe eine Schulaufgabe bekommen, wo durch klicken auf einen Button einen Ping an einen anderem Rechner im Netztwerk durchfürhen soll, ist der Ping erfolgreich, kommt ein Meldung mit &quot;Ping erfolgreich&quot;, kommt er nicht &quot;Ping fehlgeschlagen&quot;</p>
<p>Wie programmiere ich das???</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/203919/ping-durchführen</link><generator>RSS for Node</generator><lastBuildDate>Wed, 19 Aug 2026 12:34:03 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/203919.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 28 Jan 2008 10:04:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Ping durchführen on Mon, 28 Jan 2008 10:04:09 GMT]]></title><description><![CDATA[<p>Hallo,<br />
vorweg muss ich sagen das ich leider sehr wenig ahnung von c++ habe und von daher eine etwas genauer beschriebene Hilfe von euch bräuchte.<br />
Ich habe eine Schulaufgabe bekommen, wo durch klicken auf einen Button einen Ping an einen anderem Rechner im Netztwerk durchfürhen soll, ist der Ping erfolgreich, kommt ein Meldung mit &quot;Ping erfolgreich&quot;, kommt er nicht &quot;Ping fehlgeschlagen&quot;</p>
<p>Wie programmiere ich das???</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1444890</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1444890</guid><dc:creator><![CDATA[Jürgen P]]></dc:creator><pubDate>Mon, 28 Jan 2008 10:04:09 GMT</pubDate></item><item><title><![CDATA[Reply to Ping durchführen on Mon, 28 Jan 2008 10:45:55 GMT]]></title><description><![CDATA[<p>Such einfach mal in der Hilfe nach &quot;Ping&quot;. Wenn du nicht weiter kommst, melde dich wieder mit konkreten Fragen.</p>
<p>Hoffentlich erwartest du nicht wirklich, dass wir fertigen Code für eine Schulaufgabe liefern???</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1444933</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1444933</guid><dc:creator><![CDATA[Morris Szyslak]]></dc:creator><pubDate>Mon, 28 Jan 2008 10:45:55 GMT</pubDate></item><item><title><![CDATA[Reply to Ping durchführen on Mon, 28 Jan 2008 10:58:49 GMT]]></title><description><![CDATA[<p>Hab schon was gefunden.<br />
Hab das ganze jetzt mit IMCPClient versucht.<br />
Den Ping fürht er durch, nur ich weiß nicht wie ich abfrage ob der Ping erfolgreich war oder nicht!?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1444952</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1444952</guid><dc:creator><![CDATA[Jürgen P]]></dc:creator><pubDate>Mon, 28 Jan 2008 10:58:49 GMT</pubDate></item><item><title><![CDATA[Reply to Ping durchführen on Mon, 28 Jan 2008 11:03:36 GMT]]></title><description><![CDATA[<p>Schau dir mal das Event OnReply an.!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1444955</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1444955</guid><dc:creator><![CDATA[Morris Szyslak]]></dc:creator><pubDate>Mon, 28 Jan 2008 11:03:36 GMT</pubDate></item><item><title><![CDATA[Reply to Ping durchführen on Mon, 28 Jan 2008 11:33:07 GMT]]></title><description><![CDATA[<p>Ist mir auch schon ins Auge gesprungen, doch es kommt ja immer eine Antwort, egal ob der Ping erfolgreich war oder ein Timeout vorliegt.</p>
<p>Was trage ich also bei OnReply ein damit ich eine Message bei einem erfolgreichen Ping angezeigt bekomme?</p>
<p>Danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1444983</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1444983</guid><dc:creator><![CDATA[Jürgen P]]></dc:creator><pubDate>Mon, 28 Jan 2008 11:33:07 GMT</pubDate></item><item><title><![CDATA[Reply to Ping durchführen on Mon, 28 Jan 2008 11:52:29 GMT]]></title><description><![CDATA[<p>etwas vom AReplyStatus ...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1444994</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1444994</guid><dc:creator><![CDATA[flogge]]></dc:creator><pubDate>Mon, 28 Jan 2008 11:52:29 GMT</pubDate></item><item><title><![CDATA[Reply to Ping durchführen on Mon, 28 Jan 2008 11:56:53 GMT]]></title><description><![CDATA[<p>Bitte mal ein BeispielCode, kenn mich wie gesagt nicht so gut aus!</p>
<p>Danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1445001</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1445001</guid><dc:creator><![CDATA[Jürgen P]]></dc:creator><pubDate>Mon, 28 Jan 2008 11:56:53 GMT</pubDate></item><item><title><![CDATA[Reply to Ping durchführen on Mon, 28 Jan 2008 12:01:47 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">void __fastcall TForm1::IdIcmpClient1Reply(TComponent *ASender,
      const TReplyStatus &amp;AReplyStatus)
{
   if(AReplyStatus.BytesReceived) Label1-&gt;Caption = &quot;Ping erfolgreich !&quot;;
   else Label1-&gt;Caption = &quot;Ping nicht erfolgreich !&quot;;
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1445004</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1445004</guid><dc:creator><![CDATA[flogge]]></dc:creator><pubDate>Mon, 28 Jan 2008 12:01:47 GMT</pubDate></item></channel></rss>