<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pl-pl">
<link rel="self" type="application/atom+xml" href="https://forum.atnel.pl/feed.php?f=58&amp;t=15689&amp;mode" />

<title>ATNEL tech-forum</title>
<link href="https://forum.atnel.pl/index.php" />
<updated>2016-06-30T19:16:40+01:00</updated>

<author><name><![CDATA[ATNEL tech-forum]]></name></author>
<id>https://forum.atnel.pl/feed.php?f=58&amp;t=15689&amp;mode</id>
<entry>
<author><name><![CDATA[czarekgr]]></name></author>
<updated>2016-06-30T19:16:40+01:00</updated>
<published>2016-06-30T19:16:40+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=15689&amp;p=163168#p163168</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=15689&amp;p=163168#p163168"/>
<title type="html"><![CDATA[Re: Eclipse dziwne działanie konsoli]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=15689&amp;p=163168#p163168"><![CDATA[
<div class="quotetitle">SunRiver napisał(a):</div><div class="quotecontent"><br />Uzyj terminala , np. bray, sundebunal, czy wielu innych <br />nie baw się konsolą z eclipse<br /></div><br /><br />Teraz wiem, bo zauważyłem na prostym przykładzie. Ale co by było w bardziej skomplikowanym programie? Strach się bać, włosy powyrywane.<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=14311">czarekgr</a> — 30 cze 2016, o 19:16</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[SunRiver]]></name></author>
<updated>2016-06-30T18:05:11+01:00</updated>
<published>2016-06-30T18:05:11+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=15689&amp;p=163159#p163159</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=15689&amp;p=163159#p163159"/>
<title type="html"><![CDATA[Re: Eclipse dziwne działanie konsoli]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=15689&amp;p=163159#p163159"><![CDATA[
Uzyj terminala , np. bray, sundebunal, czy wielu innych <br />nie baw się konsolą z eclipse<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=58">SunRiver</a> — 30 cze 2016, o 18:05</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[czarekgr]]></name></author>
<updated>2016-06-30T10:48:30+01:00</updated>
<published>2016-06-30T10:48:30+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=15689&amp;p=163134#p163134</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=15689&amp;p=163134#p163134"/>
<title type="html"><![CDATA[Eclipse dziwne działanie konsoli]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=15689&amp;p=163134#p163134"><![CDATA[
Mam taki kod:<br /><br />[syntax=c]#include &lt;stdio.h&gt;<br />#include &lt;stdlib.h&gt;<br />#include &lt;string.h&gt;<br /><br />int main(void) {<br />char str1&#91;100&#93;;<br />printf(&quot;Test\n&quot;);                       // 1<br />puts(&quot;Podaj ciąg znakow: &quot;);     // 2<br />fgets(str1, 20, stdin);              //3<br />puts(str1);                              //4<br /><br />return 0;<br />}[/syntax]<br /><br />Kompiluję, uruchamiam, mam pustą konsolę ( w Eclipse), klikam wpisuje ciąg i tak wychodzi:<br /><br />Wpisalem ciag [ENTER] <br />Test<br />Podaj ciąg znakow: <br />Wpisalem ciag [ENTE<br /><br />Tak jakby linie wykonały się w kolejności 3,1,2,4<br /><br />Jak robię kompilacje w konsoli, wszystko jest zgodnie z oczekiwaniami:<br /><br />czarek@dolores:~/programowanie/c$ gcc test.c <br />czarek@dolores:~/programowanie/c$ ./a.out <br />Test<br />Podaj ciąg znakow: <br />Wpisany<br />Wpisany<br /><br />To kwestia konfiguracji Eclipse, czy coś innego?<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=14311">czarekgr</a> — 30 cze 2016, o 10:48</p><hr />
]]></content>
</entry>
</feed>