<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'Problems with c++ ide's' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'Problems with c++ ide's' posted on the 'Beginner C/C++' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sat, 18 May 2013 14:55:16 -0700</pubDate>
    <lastBuildDate>Sat, 18 May 2013 14:55:16 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Problems with c++ ide's</title>
      <link>http://www.programmersheaven.com/mb/beginnercpp/384211/384211/problems-with-c++-ides/</link>
      <description>Every time I want to try to do the hello world program. It doesn't get processed fully. I'm a beginner of c++ programming and want to find out how to program. But every compiler/ide I get there's always a problem with processing (compiling) the code I typed up. Could anybody please help me.&lt;br /&gt;
&lt;br /&gt;
And if you want me to give out my hardware specs how do i look them up on the computer.&lt;br /&gt;
&lt;br /&gt;
Thanks.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/beginnercpp/384211/384211/problems-with-c++-ides/</guid>
      <pubDate>Sun, 11 Jan 2009 18:16:55 -0700</pubDate>
      <category>Beginner C/C++</category>
    </item>
    <item>
      <title>Re: Problems with c++ ide's</title>
      <link>http://www.programmersheaven.com/mb/beginnercpp/384211/384236/re-problems-with-c++-ides/#384236</link>
      <description>If there is a problem with compiling, something is wrong in the code. Please post the code here, between code tags:&lt;br /&gt;
&lt;br /&gt;
&amp;#91;code&amp;#93;&lt;br /&gt;
#include &amp;lt;stdio.h&amp;gt;&lt;br /&gt;
&lt;br /&gt;
int main()&lt;br /&gt;
{&lt;br /&gt;
  printf("Hello world");&lt;br /&gt;
&lt;br /&gt;
  return 0;&lt;br /&gt;
}&lt;br /&gt;
&amp;#91;/code&amp;#93;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/beginnercpp/384211/384236/re-problems-with-c++-ides/#384236</guid>
      <pubDate>Mon, 12 Jan 2009 01:58:53 -0700</pubDate>
      <category>Beginner C/C++</category>
    </item>
    <item>
      <title>Re: Problems with c++ ide's</title>
      <link>http://www.programmersheaven.com/mb/beginnercpp/384211/384270/re-problems-with-c++-ides/#384270</link>
      <description>// my first program in c++&lt;br /&gt;
&lt;br /&gt;
#include &amp;lt;iostream&amp;gt;&lt;br /&gt;
using namespace std;&lt;br /&gt;
&lt;br /&gt;
int main ()&lt;br /&gt;
&lt;br /&gt;
{&lt;br /&gt;
    &lt;br /&gt;
    cout &amp;lt;&amp;lt; "Hello World!";&lt;br /&gt;
    return 0;&lt;br /&gt;
    &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/beginnercpp/384211/384270/re-problems-with-c++-ides/#384270</guid>
      <pubDate>Mon, 12 Jan 2009 15:20:08 -0700</pubDate>
      <category>Beginner C/C++</category>
    </item>
    <item>
      <title>Re: Problems with c++ ide's</title>
      <link>http://www.programmersheaven.com/mb/beginnercpp/384211/384300/re-problems-with-c++-ides/#384300</link>
      <description>&lt;pre class="sourcecode"&gt;
: // my first program in c++
: 
: #include &amp;lt;iostream&amp;gt;
: using namespace std;
: 
: int main ()
: 
: {
:     
:     cout &amp;lt;&amp;lt; "Hello World!";
:     return 0;
:     
: }
&lt;/pre&gt;&lt;br /&gt;
&lt;span style="color: Blue;"&gt;Please post the error messages you get when compiling this code.&lt;/span&gt;&lt;br /&gt;
: &lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/beginnercpp/384211/384300/re-problems-with-c++-ides/#384300</guid>
      <pubDate>Tue, 13 Jan 2009 04:15:10 -0700</pubDate>
      <category>Beginner C/C++</category>
    </item>
  </channel>
</rss>