<?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[Dateien aus dem Web öffnen]]></title><description><![CDATA[<p>Moin Moin</p>
<p>wollte eintlich fragen, wie man Daten aus dem Web mit fopen öffnen kann. Hab als Dateiname mal &quot;<a href="http://deineseite.de/text.txt" rel="nofollow">http://deineseite.de/text.txt</a>&quot; angegeben hat aber nicht funktioniert. Gib es da ne möglichkeit??</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/164037/dateien-aus-dem-web-öffnen</link><generator>RSS for Node</generator><lastBuildDate>Fri, 31 Jul 2026 03:31:45 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/164037.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 04 Nov 2006 14:05:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Dateien aus dem Web öffnen on Sat, 04 Nov 2006 14:05:17 GMT]]></title><description><![CDATA[<p>Moin Moin</p>
<p>wollte eintlich fragen, wie man Daten aus dem Web mit fopen öffnen kann. Hab als Dateiname mal &quot;<a href="http://deineseite.de/text.txt" rel="nofollow">http://deineseite.de/text.txt</a>&quot; angegeben hat aber nicht funktioniert. Gib es da ne möglichkeit??</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1168273</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1168273</guid><dc:creator><![CDATA[Torstens]]></dc:creator><pubDate>Sat, 04 Nov 2006 14:05:17 GMT</pubDate></item><item><title><![CDATA[Reply to Dateien aus dem Web öffnen on Sat, 04 Nov 2006 16:05:32 GMT]]></title><description><![CDATA[<p>also mit fopen sollte das eigentlich nicht zu machen sein.</p>
<p>Wenn du mit MFC arbeiten willst, dann solltest du dir mal CInternetSession anschauen:<br />
<a href="http://msdn2.microsoft.com/en-us/library/d25ew7sy(VS.80).aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/library/d25ew7sy(VS.80).aspx</a></p>
<p>Da bekommst du einen CStdioFile zurück, mit dem Inhalt der Datei.</p>
<p>Falls du nicht mit MFC arbeiten willst, dann würde ich mal in der WinAPI nach wininet suchen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1168346</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1168346</guid><dc:creator><![CDATA[SALOMON]]></dc:creator><pubDate>Sat, 04 Nov 2006 16:05:32 GMT</pubDate></item></channel></rss>