<?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[Alternative Datenströme]]></title><description><![CDATA[<p>Ich hatte mal wieder zeit und dabei ist das rausgekommen:</p>
<pre><code>void CAlternateDatastreamsDlg::CreateAds() 
{
	CStdioFile read;
	CString adsstring;
	char writebuf[100]=&quot;test of ads&quot;;
	char readbuf[100];
	if(m_fAds.Open(&quot;adstest:lol&quot;, CFile::modeCreate | CFile::modeWrite, NULL) != 0)
	{
		MessageBox(&quot;File created!&quot;, &quot;#wir-raffens.net&quot;, MB_OK);
	}
	m_fAds.Write(writebuf,100);
	m_fAds.Close();
	read.Open(&quot;adstest:lol&quot;,CStdioFile::modeRead,NULL);
	read.ReadString(adsstring);
	MessageBox(adsstring,&quot;#wir-raffens.net);

}
</code></pre>
<p>So ich möcht das aber umkehren um ADS zu finden! Ideen? Postet mal bitte!</p>
<p>Informationen zu ADS:<br />
<a href="http://www.heysoft.de/Frames/f_faq_ads_de.htm" rel="nofollow">http://www.heysoft.de/Frames/f_faq_ads_de.htm</a></p>
]]></description><link>https://www.c-plusplus.net/forum/topic/54256/alternative-datenströme</link><generator>RSS for Node</generator><lastBuildDate>Mon, 01 Jun 2026 15:50:22 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/54256.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 05 Nov 2003 17:57:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Alternative Datenströme on Wed, 05 Nov 2003 17:57:08 GMT]]></title><description><![CDATA[<p>Ich hatte mal wieder zeit und dabei ist das rausgekommen:</p>
<pre><code>void CAlternateDatastreamsDlg::CreateAds() 
{
	CStdioFile read;
	CString adsstring;
	char writebuf[100]=&quot;test of ads&quot;;
	char readbuf[100];
	if(m_fAds.Open(&quot;adstest:lol&quot;, CFile::modeCreate | CFile::modeWrite, NULL) != 0)
	{
		MessageBox(&quot;File created!&quot;, &quot;#wir-raffens.net&quot;, MB_OK);
	}
	m_fAds.Write(writebuf,100);
	m_fAds.Close();
	read.Open(&quot;adstest:lol&quot;,CStdioFile::modeRead,NULL);
	read.ReadString(adsstring);
	MessageBox(adsstring,&quot;#wir-raffens.net);

}
</code></pre>
<p>So ich möcht das aber umkehren um ADS zu finden! Ideen? Postet mal bitte!</p>
<p>Informationen zu ADS:<br />
<a href="http://www.heysoft.de/Frames/f_faq_ads_de.htm" rel="nofollow">http://www.heysoft.de/Frames/f_faq_ads_de.htm</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/387514</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/387514</guid><dc:creator><![CDATA[chris_g]]></dc:creator><pubDate>Wed, 05 Nov 2003 17:57:08 GMT</pubDate></item><item><title><![CDATA[Reply to Alternative Datenströme on Thu, 06 Nov 2003 17:02:20 GMT]]></title><description><![CDATA[<p>keiner ne idee?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/388262</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/388262</guid><dc:creator><![CDATA[chris_g]]></dc:creator><pubDate>Thu, 06 Nov 2003 17:02:20 GMT</pubDate></item></channel></rss>