<?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[Vektor Container]]></title><description><![CDATA[<p>Hi Leute,</p>
<p>Kurze Frage: Ist die Vector Klasse nicht Bestandteil der C++ Stb?<br />
Wenn ich nämlich Vektoren einbinden will bekomm ich vpom Compiler ne Fehlermeldung, dass die &quot;Variable Vektor nicht deklariert wurde&quot;....</p>
<pre><code>#include &lt;iostream&gt;
#include &lt;cmath&gt;

using namespace std;

int main()      {

    vector&lt;double&gt; temps;
    double temps;

    while(cin&gt;&gt;double)
    {
                      temps.push_back(temp);
                      }
</code></pre>
<p>usw..</p>
<p>Wäre nett, wenn das jemand beantworten könnte</p>
<p>THX</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/286114/vektor-container</link><generator>RSS for Node</generator><lastBuildDate>Fri, 21 Aug 2026 01:41:58 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/286114.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 03 May 2011 18:25:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Vektor Container on Tue, 03 May 2011 18:25:54 GMT]]></title><description><![CDATA[<p>Hi Leute,</p>
<p>Kurze Frage: Ist die Vector Klasse nicht Bestandteil der C++ Stb?<br />
Wenn ich nämlich Vektoren einbinden will bekomm ich vpom Compiler ne Fehlermeldung, dass die &quot;Variable Vektor nicht deklariert wurde&quot;....</p>
<pre><code>#include &lt;iostream&gt;
#include &lt;cmath&gt;

using namespace std;

int main()      {

    vector&lt;double&gt; temps;
    double temps;

    while(cin&gt;&gt;double)
    {
                      temps.push_back(temp);
                      }
</code></pre>
<p>usw..</p>
<p>Wäre nett, wenn das jemand beantworten könnte</p>
<p>THX</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2058025</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2058025</guid><dc:creator><![CDATA[H4rdstyl3]]></dc:creator><pubDate>Tue, 03 May 2011 18:25:54 GMT</pubDate></item><item><title><![CDATA[Reply to Vektor Container on Tue, 03 May 2011 18:33:21 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">#include&lt;vector&gt;
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/2058030</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2058030</guid><dc:creator><![CDATA[SeppJ]]></dc:creator><pubDate>Tue, 03 May 2011 18:33:21 GMT</pubDate></item><item><title><![CDATA[Reply to Vektor Container on Tue, 03 May 2011 18:36:42 GMT]]></title><description><![CDATA[<p>Danke...hab auf Google nen #include &lt;vector.t&gt; gefunden was dann aber nicht gefunzt hat ....<br />
Thx!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2058033</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2058033</guid><dc:creator><![CDATA[H4rdstyl3]]></dc:creator><pubDate>Tue, 03 May 2011 18:36:42 GMT</pubDate></item><item><title><![CDATA[Reply to Vektor Container on Tue, 03 May 2011 18:44:21 GMT]]></title><description><![CDATA[<p>Dann nimm dir mal eine gute Referenz in die Lesezeichen auf:<br />
<a href="http://www.cplusplus.com" rel="nofollow">http://www.cplusplus.com</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2058039</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2058039</guid><dc:creator><![CDATA[SeppJ]]></dc:creator><pubDate>Tue, 03 May 2011 18:44:21 GMT</pubDate></item><item><title><![CDATA[Reply to Vektor Container on Tue, 03 May 2011 19:05:06 GMT]]></title><description><![CDATA[<p>In die <a href="http://www.c-plusplus.net/forum/134700" rel="nofollow">FAQs</a> reinzuschauen wird aber auch nicht schaden.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2058048</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2058048</guid><dc:creator><![CDATA[*Rewind*]]></dc:creator><pubDate>Tue, 03 May 2011 19:05:06 GMT</pubDate></item></channel></rss>