<?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[Pipes unter c++]]></title><description><![CDATA[<p>Hallo,<br />
ich habe eine Frage zu anonymen Pipes unter c++.<br />
Mein Problem ist, dass ich 2 getrennte Appliktionen auf einem Rechner habe.<br />
(zum testen reicht auch erstmal in einer routine)<br />
Zwischen diesen Anwendungen möchte ich einen Datenaustausch durchführen.<br />
Hierzu denke ich würden sich Pipes anbieten, aber irgendwie bekomme ich es nicht zum laufen..</p>
<p>Könnt ihr mir vielleicht helfen und mir nen Beipiel code posten?</p>
<p>Das createPipe ist nicht das Problem, hänge an dem writeFile fest.</p>
<p>(Programmiere unter Win98 in Visual Studio6)</p>
<p>DANKE!</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/83335/pipes-unter-c</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 13:44:31 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/83335.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 19 Aug 2004 18:02:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Pipes unter c++ on Thu, 19 Aug 2004 18:02:48 GMT]]></title><description><![CDATA[<p>Hallo,<br />
ich habe eine Frage zu anonymen Pipes unter c++.<br />
Mein Problem ist, dass ich 2 getrennte Appliktionen auf einem Rechner habe.<br />
(zum testen reicht auch erstmal in einer routine)<br />
Zwischen diesen Anwendungen möchte ich einen Datenaustausch durchführen.<br />
Hierzu denke ich würden sich Pipes anbieten, aber irgendwie bekomme ich es nicht zum laufen..</p>
<p>Könnt ihr mir vielleicht helfen und mir nen Beipiel code posten?</p>
<p>Das createPipe ist nicht das Problem, hänge an dem writeFile fest.</p>
<p>(Programmiere unter Win98 in Visual Studio6)</p>
<p>DANKE!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/586627</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/586627</guid><dc:creator><![CDATA[MarcoHanses]]></dc:creator><pubDate>Thu, 19 Aug 2004 18:02:48 GMT</pubDate></item><item><title><![CDATA[Reply to Pipes unter c++ on Thu, 19 Aug 2004 18:19:21 GMT]]></title><description><![CDATA[<p>guckst du hier: <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ipc/base/multithreaded_pipe_server.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ipc/base/multithreaded_pipe_server.asp</a><br />
für ein beispiel.<br />
geht zwar um named pipes aber ist eh' dasselbe</p>
]]></description><link>https://www.c-plusplus.net/forum/post/586644</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/586644</guid><dc:creator><![CDATA[net 0]]></dc:creator><pubDate>Thu, 19 Aug 2004 18:19:21 GMT</pubDate></item><item><title><![CDATA[Reply to Pipes unter c++ on Thu, 19 Aug 2004 18:26:51 GMT]]></title><description><![CDATA[<p>net schrieb:</p>
<blockquote>
<p>geht zwar um named pipes aber ist eh' dasselbe</p>
</blockquote>
<p>Nö. Bei named pipes leg ich ne Spezialdatei an und kann dann reinschreib und rauslesen. Das benutzt man meistens zur IPC. Bei unnamed pipes muss nur von stdin gelesen und auf stdout, stderr geschrieben werden.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/586657</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/586657</guid><dc:creator><![CDATA[interpreter]]></dc:creator><pubDate>Thu, 19 Aug 2004 18:26:51 GMT</pubDate></item><item><title><![CDATA[Reply to Pipes unter c++ on Thu, 19 Aug 2004 18:55:03 GMT]]></title><description><![CDATA[<p>interpreter schrieb:</p>
<blockquote>
<p>net schrieb:</p>
<blockquote>
<p>geht zwar um named pipes aber ist eh' dasselbe</p>
</blockquote>
<p>Nö.</p>
</blockquote>
<p>doch.<br />
windoof benutzt intern immer named pipes. bei anonymous pipes wird automatisch ein name generiert, was der user aber nicht sieht.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/586679</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/586679</guid><dc:creator><![CDATA[net 0]]></dc:creator><pubDate>Thu, 19 Aug 2004 18:55:03 GMT</pubDate></item><item><title><![CDATA[Reply to Pipes unter c++ on Thu, 19 Aug 2004 19:02:25 GMT]]></title><description><![CDATA[<p>net schrieb:</p>
<blockquote>
<p>interpreter schrieb:</p>
<blockquote>
<p>net schrieb:</p>
<blockquote>
<p>geht zwar um named pipes aber ist eh' dasselbe</p>
</blockquote>
<p>Nö.</p>
</blockquote>
<p>doch.<br />
windoof benutzt intern immer named pipes. bei anonymous pipes wird automatisch ein name generiert, was der user aber nicht sieht.</p>
</blockquote>
<p>Ich bezog mich hier auf das <strong>Konzept</strong> der named pipes/unnamed pipes.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/586689</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/586689</guid><dc:creator><![CDATA[interpreter]]></dc:creator><pubDate>Thu, 19 Aug 2004 19:02:25 GMT</pubDate></item><item><title><![CDATA[Reply to Pipes unter c++ on Thu, 19 Aug 2004 20:36:48 GMT]]></title><description><![CDATA[<p>Dieser Thread wurde von Moderator/in <a href="http://www.c-plusplus.net/forum/profile.php?mode=viewprofile&amp;u=3630" rel="nofollow">Gerard</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=15" rel="nofollow">C++</a> in das Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=4" rel="nofollow">WinAPI</a> verschoben.</p>
<p>Im Zweifelsfall bitte auch folgende Hinweise beachten:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39405" 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/586760</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/586760</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Thu, 19 Aug 2004 20:36:48 GMT</pubDate></item></channel></rss>