<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'C++ FIRST PROGRAM RUNNING PROBLEM' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'C++ FIRST PROGRAM RUNNING PROBLEM' posted on the 'C and C++' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sat, 18 May 2013 03:13:17 -0700</pubDate>
    <lastBuildDate>Sat, 18 May 2013 03:13:17 -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>C++ FIRST PROGRAM RUNNING PROBLEM</title>
      <link>http://www.programmersheaven.com/mb/CandCPP/430334/430334/c++-first-program-running-problem/</link>
      <description>hi...&lt;br /&gt;
&lt;br /&gt;
I am new to programming lenguage C++.&lt;br /&gt;
When i try to run following program in turboc++(ver 3.0)&lt;br /&gt;
&lt;pre class="sourcecode"&gt;1  // Fig. 2.1: fig02_01.cpp
 2  // Text-printing program.
 3  #include &amp;lt;iostream&amp;gt; // allows program to output data to the screen
 4
 5  // function main begins program execution
 6  int main()
 7  {
 8     std::cout &amp;lt;&amp;lt; "Welcome to C++!\n"; // display message
 9
10     return 0; // indicate that program ended successfully
11
12  } // end function main
&lt;/pre&gt;&lt;br /&gt;
then it shows an error that.&lt;br /&gt;
&lt;br /&gt;
FATAL FIRST.CPP 1:unable to create output file 'C:TURBOC3\SOURCE\FIRST.OBJ'&lt;br /&gt;
&lt;br /&gt;
can anyone please help that why is this error is coming and how to&lt;br /&gt;
remove this error..&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
thanks in advance&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/CandCPP/430334/430334/c++-first-program-running-problem/</guid>
      <pubDate>Wed, 21 Nov 2012 00:57:56 -0700</pubDate>
      <category>C and C++</category>
    </item>
  </channel>
</rss>