<?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[ausgabe von system( const char *command );]]></title><description><![CDATA[<p>also ich will ein kommandozeilentool aufrufen und seine ausgabe parsen<br />
wie komm ich an die ausgabe ran? (so ein mist, dass die suchfunktion nich funzt)</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/107298/ausgabe-von-system-const-char-command</link><generator>RSS for Node</generator><lastBuildDate>Tue, 30 Jun 2026 00:59:27 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/107298.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 18 Apr 2005 12:56:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ausgabe von system( const char *command ); on Mon, 18 Apr 2005 12:56:33 GMT]]></title><description><![CDATA[<p>also ich will ein kommandozeilentool aufrufen und seine ausgabe parsen<br />
wie komm ich an die ausgabe ran? (so ein mist, dass die suchfunktion nich funzt)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/769446</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/769446</guid><dc:creator><![CDATA[Sovok]]></dc:creator><pubDate>Mon, 18 Apr 2005 12:56:33 GMT</pubDate></item><item><title><![CDATA[Reply to ausgabe von system( const char *command ); on Mon, 18 Apr 2005 15:45:38 GMT]]></title><description><![CDATA[<p>Hallo,<br />
wenn du nur Mittel aus der C++ Standardlib verwenden willst, dann musst du die Ausgabe in eine Datei umleiten und dann diese bearbeiten.<br />
Ansonsten kannst du z.B. eine pipe verwenden. Siehe dazu z.B. popen</p>
]]></description><link>https://www.c-plusplus.net/forum/post/769592</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/769592</guid><dc:creator><![CDATA[HumeSikkins]]></dc:creator><pubDate>Mon, 18 Apr 2005 15:45:38 GMT</pubDate></item><item><title><![CDATA[Reply to ausgabe von system( const char *command ); on Mon, 18 Apr 2005 21:34:37 GMT]]></title><description><![CDATA[<p>ich hab jetzt popen verwendet</p>
<p>das komische is wenn ich den code am anfang der mainfunktion einfüge funktioniert er</p>
<p>wenn ich ihn 1:1 kopiere und in einer dll ausführe läuft er auch fehlerfrei durch, ich bekomm aber mit fgets keine daten</p>
<p>die adresse des pipe handles is auch in nem ganz anderen speicherbereich</p>
<p>hat jemand ne ahnung woran das liegen könnte?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/769944</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/769944</guid><dc:creator><![CDATA[Sovok]]></dc:creator><pubDate>Mon, 18 Apr 2005 21:34:37 GMT</pubDate></item><item><title><![CDATA[Reply to ausgabe von system( const char *command ); on Tue, 19 Apr 2005 09:14:17 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=403" rel="nofollow">HumeSikkins</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/770136</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/770136</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Tue, 19 Apr 2005 09:14:17 GMT</pubDate></item><item><title><![CDATA[Reply to ausgabe von system( const char *command ); on Tue, 19 Apr 2005 10:52:16 GMT]]></title><description><![CDATA[<p>Im WinAPI-Forum gabs vor kurzem ein ähnliches Problem:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-107250.html" rel="nofollow">http://www.c-plusplus.net/forum/viewtopic-var-t-is-107250.html</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/770209</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/770209</guid><dc:creator><![CDATA[geeky]]></dc:creator><pubDate>Tue, 19 Apr 2005 10:52:16 GMT</pubDate></item></channel></rss>