<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: iostream.h in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/iostream-h/m-p/4214764#M91795</link>
    <description>c++ is really not my subject, but check if it is&lt;BR /&gt;&lt;BR /&gt;#include &lt;IOSTREAM&gt;&lt;BR /&gt;&lt;BR /&gt;instead of&lt;BR /&gt;&lt;BR /&gt;#include &lt;IOSTREAM.H&gt;&lt;/IOSTREAM.H&gt;&lt;/IOSTREAM&gt;</description>
    <pubDate>Wed, 11 Jun 2008 17:24:29 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2008-06-11T17:24:29Z</dc:date>
    <item>
      <title>iostream.h</title>
      <link>https://community.hpe.com/t5/operating-system-linux/iostream-h/m-p/4214761#M91792</link>
      <description>Hi,&lt;BR /&gt;I am trying to compile a c++ program on my hp-ux 11.23 64 bit OS machine and it is throwing the error &lt;BR /&gt;&amp;gt;/usr/ccs/lbin/cpp test.cpp&lt;BR /&gt;&lt;BR /&gt;cpp: "test.cpp", line 1:error 4036: Can't open include file 'iostream.h'.&lt;BR /&gt;Could anybody help me regard to this.</description>
      <pubDate>Wed, 11 Jun 2008 12:46:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/iostream-h/m-p/4214761#M91792</guid>
      <dc:creator>satishmarigoudar</dc:creator>
      <dc:date>2008-06-11T12:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: iostream.h</title>
      <link>https://community.hpe.com/t5/operating-system-linux/iostream-h/m-p/4214762#M91793</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Perhaps this helps:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/6162/faq.htm" target="_blank"&gt;http://docs.hp.com/en/6162/faq.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 11 Jun 2008 13:13:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/iostream-h/m-p/4214762#M91793</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-06-11T13:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: iostream.h</title>
      <link>https://community.hpe.com/t5/operating-system-linux/iostream-h/m-p/4214763#M91794</link>
      <description>Is this a first program you are trying?&lt;BR /&gt;Sounds like a rather basic question.&lt;BR /&gt;Check the user/usage guides?&lt;BR /&gt;&lt;BR /&gt;I know noting about c++.&lt;BR /&gt;&lt;BR /&gt;But I can &lt;BR /&gt;#find /usr/include -name iostream.h&lt;BR /&gt;---&amp;gt; /usr/include/aCC/iostream &lt;BR /&gt;&lt;BR /&gt;And I can make cpp look there using:&lt;BR /&gt;&lt;BR /&gt;$ /usr/ccs/lbin/cpp -I/usr/include/aCC/iostream test.c&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Jun 2008 13:17:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/iostream-h/m-p/4214763#M91794</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2008-06-11T13:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: iostream.h</title>
      <link>https://community.hpe.com/t5/operating-system-linux/iostream-h/m-p/4214764#M91795</link>
      <description>c++ is really not my subject, but check if it is&lt;BR /&gt;&lt;BR /&gt;#include &lt;IOSTREAM&gt;&lt;BR /&gt;&lt;BR /&gt;instead of&lt;BR /&gt;&lt;BR /&gt;#include &lt;IOSTREAM.H&gt;&lt;/IOSTREAM.H&gt;&lt;/IOSTREAM&gt;</description>
      <pubDate>Wed, 11 Jun 2008 17:24:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/iostream-h/m-p/4214764#M91795</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-06-11T17:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: iostream.h</title>
      <link>https://community.hpe.com/t5/operating-system-linux/iostream-h/m-p/4214765#M91796</link>
      <description>What's your compiler &amp;amp; version?&lt;BR /&gt;&lt;BR /&gt;Why are you using the K&amp;amp;R cpp preprocessor instead of aCC or g++ drivers?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Hein: And I can make cpp look there using:&lt;BR /&gt;$ /usr/ccs/lbin/cpp -I/usr/include/aCC/iostream test.c&lt;BR /&gt;&lt;BR /&gt;Why?  You need to make a compiler look there, not cpp.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Torsten: but check if it is&lt;BR /&gt;&amp;gt;#include &lt;IOSTREAM&gt;&lt;BR /&gt;&lt;BR /&gt;This is the Standard.  For aC++ you need to compile with -AA.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;#include &lt;IOSTREAM.H&gt;&lt;BR /&gt;&lt;BR /&gt;This is the old cfront header.  You compile this with -AP.&lt;/IOSTREAM.H&gt;&lt;/IOSTREAM&gt;</description>
      <pubDate>Thu, 12 Jun 2008 02:31:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/iostream-h/m-p/4214765#M91796</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-06-12T02:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: iostream.h</title>
      <link>https://community.hpe.com/t5/operating-system-linux/iostream-h/m-p/4214766#M91797</link>
      <description>&amp;gt;Hein: And I can make cpp look there using:&lt;BR /&gt;$ /usr/ccs/lbin/cpp -I/usr/include/aCC/iostream test.c&lt;BR /&gt;&lt;BR /&gt;Dennis&amp;gt; Why? You need to make a compiler look there, not cpp.&lt;BR /&gt;&lt;BR /&gt;Oh, for no particular good reason.&lt;BR /&gt;&lt;BR /&gt;I just observed you CAN, not that you should :-)&lt;BR /&gt;The cpp (pre-processor) does have an "-L" option and it does remove the error!&lt;BR /&gt;&lt;BR /&gt;sheepish grin,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Jun 2008 10:42:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/iostream-h/m-p/4214766#M91797</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2008-06-12T10:42:07Z</dc:date>
    </item>
  </channel>
</rss>

