<?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[eine textdatei  aufmachen&#x2F;ausführen]]></title><description><![CDATA[<p>Hallo Profis ,<br />
Ich danke euch schonmal dass ihr hier reinschaut .</p>
<p>ich habe folgende Situation , ich kann jetzt datein auselen , und in die datein speichern .</p>
<p>was ich wissen will kann ich waehrend die ausfuehrung meines Programms eine text datei aufmachen / ausfuehren ??</p>
<p>also z.b in code</p>
<p>if (i == 4)<br />
{</p>
<p>//execute(irgendeifile)</p>
<p>}</p>
<p>Es waere Super wenn ihr mir helfen könnt !!</p>
<p>nochwas weiss jd wie man in C++ ein file leert ??</p>
<p>Ich danke euch sehr sehr Viel</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/149375/eine-textdatei-aufmachen-ausführen</link><generator>RSS for Node</generator><lastBuildDate>Sat, 05 Sep 2026 05:27:28 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/149375.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 05 Jun 2006 16:31:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to eine textdatei  aufmachen&#x2F;ausführen on Mon, 05 Jun 2006 16:31:56 GMT]]></title><description><![CDATA[<p>Hallo Profis ,<br />
Ich danke euch schonmal dass ihr hier reinschaut .</p>
<p>ich habe folgende Situation , ich kann jetzt datein auselen , und in die datein speichern .</p>
<p>was ich wissen will kann ich waehrend die ausfuehrung meines Programms eine text datei aufmachen / ausfuehren ??</p>
<p>also z.b in code</p>
<p>if (i == 4)<br />
{</p>
<p>//execute(irgendeifile)</p>
<p>}</p>
<p>Es waere Super wenn ihr mir helfen könnt !!</p>
<p>nochwas weiss jd wie man in C++ ein file leert ??</p>
<p>Ich danke euch sehr sehr Viel</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1071770</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1071770</guid><dc:creator><![CDATA[eliaa]]></dc:creator><pubDate>Mon, 05 Jun 2006 16:31:56 GMT</pubDate></item><item><title><![CDATA[Reply to eine textdatei  aufmachen&#x2F;ausführen on Mon, 05 Jun 2006 16:38:29 GMT]]></title><description><![CDATA[<p>Du müsstest selbst einen C++ Interpreter programmieren =&gt; Das schaffst du nicht.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1071775</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1071775</guid><dc:creator><![CDATA[................]]></dc:creator><pubDate>Mon, 05 Jun 2006 16:38:29 GMT</pubDate></item><item><title><![CDATA[Reply to eine textdatei  aufmachen&#x2F;ausführen on Mon, 05 Jun 2006 16:44:09 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Du must zuerst mal sagen was du unter <em>eine text datei aufmachen / ausfuehren</em> verstehst.<br />
Wenn du meinst das die Datei im zugeordneten Editor geöffnet werden soll und unetr WIndows arbeitest, dann such nach <em>ShellExecute</em></p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1071782</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1071782</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Mon, 05 Jun 2006 16:44:09 GMT</pubDate></item><item><title><![CDATA[Reply to eine textdatei  aufmachen&#x2F;ausführen on Mon, 05 Jun 2006 16:54:39 GMT]]></title><description><![CDATA[<p>ich meine dass während mein programm läuft , ein text datei in ein normalen editor aufgemacht wird !!!</p>
<p>ist das wirklich sehr schwer zu implementieren ???</p>
<p>ich dache dass irgendein bibliothek mir dies ermöglichen kann !</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1071788</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1071788</guid><dc:creator><![CDATA[eliaa]]></dc:creator><pubDate>Mon, 05 Jun 2006 16:54:39 GMT</pubDate></item><item><title><![CDATA[Reply to eine textdatei  aufmachen&#x2F;ausführen on Mon, 05 Jun 2006 17:04:49 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Am einfachsten am einfachsten mit <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/functions/shellexecute.asp" rel="nofollow">ShellExecute</a></p>
<pre><code class="language-cpp">#include &lt;windows.h&gt;
...
ShellExecute(0, &quot;open&quot;, &quot;test.txt&quot;, 0, 0, SW_SHOWNORMAL);
</code></pre>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1071798</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1071798</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Mon, 05 Jun 2006 17:04:49 GMT</pubDate></item></channel></rss>