<?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: C++ on VAX, no STL? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/c-on-vax-no-stl/m-p/5238027#M39899</link>
    <description>-&amp;gt; close thread</description>
    <pubDate>Wed, 05 May 2010 07:54:35 GMT</pubDate>
    <dc:creator>Oscar vanEijk</dc:creator>
    <dc:date>2010-05-05T07:54:35Z</dc:date>
    <item>
      <title>C++ on VAX, no STL?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/c-on-vax-no-stl/m-p/5238021#M39893</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I need to compile a tool, created for Alpha using C++ v6.5, on a VAX with C++ 5.6A&lt;BR /&gt;It won't compile though, since ssteam.hpp is not fount. Other streams are available, but this one is not.&lt;BR /&gt;&lt;BR /&gt;Is this available on VAX? AFAIK, 5.6C is the latest version available for VAX, it is useful to upgrade or should I look for a workaround?&lt;BR /&gt;All suggestions are very welcome...&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Oscar</description>
      <pubDate>Mon, 03 May 2010 14:03:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/c-on-vax-no-stl/m-p/5238021#M39893</guid>
      <dc:creator>Oscar vanEijk</dc:creator>
      <dc:date>2010-05-03T14:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: C++ on VAX, no STL?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/c-on-vax-no-stl/m-p/5238022#M39894</link>
      <description>Unfortunately there is no STL on the VAX, as you have already discovered.  I'd say that you could use the strstream class from the iostream package in the Class Library.  The documentation is here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h30266.www3.hp.com/odl/vax/progtool/deccxx56c/clv007.htm#strstreamclass" target="_blank"&gt;http://h30266.www3.hp.com/odl/vax/progtool/deccxx56c/clv007.htm#strstreamclass&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Tim.</description>
      <pubDate>Mon, 03 May 2010 14:35:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/c-on-vax-no-stl/m-p/5238022#M39894</guid>
      <dc:creator>Tim E. Sneddon</dc:creator>
      <dc:date>2010-05-03T14:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: C++ on VAX, no STL?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/c-on-vax-no-stl/m-p/5238023#M39895</link>
      <description>I'd not expect to see feature updates for OpenVMS VAX.&lt;BR /&gt;&lt;BR /&gt;Workaround.  Port the sstream over to OpenVMS VAX, or remove the dependency.  Or retire the VAX box.  Or run the tool from a clustered Alpha.  Or find an existing port of the tool, or mention the name of the tool if somebody might recognize it.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 May 2010 14:38:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/c-on-vax-no-stl/m-p/5238023#M39895</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2010-05-03T14:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: C++ on VAX, no STL?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/c-on-vax-no-stl/m-p/5238024#M39896</link>
      <description>Thanks guys, it looks like the strstream can help me out. So will retiring the VAX... but timing is everything ;)&lt;BR /&gt;Before I make up my mind; has anyone been lucky using STLPort on VAX/VMS with a 5.6 C++ compiler?</description>
      <pubDate>Tue, 04 May 2010 10:24:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/c-on-vax-no-stl/m-p/5238024#M39896</guid>
      <dc:creator>Oscar vanEijk</dc:creator>
      <dc:date>2010-05-04T10:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: C++ on VAX, no STL?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/c-on-vax-no-stl/m-p/5238025#M39897</link>
      <description>&amp;gt; has anyone been lucky using STLPort on VAX/VMS with a 5.6 C++ compiler?&lt;BR /&gt;&lt;BR /&gt;As a former maintainer of STLport on HP-UX, I've never heard about using this library on a VAX. Also, I don't recall ever seeing a conditionalization for the (very old!) C++ V5.6 compiler in STLport sources. You might want to try to port it, of course, but, I'm afraid, it will take significant effort.&lt;BR /&gt;&lt;BR /&gt;You may get a better answer on one of STLport mailing lists:&lt;BR /&gt;&lt;BR /&gt; &lt;A href="http://sourceforge.net/mail/?group_id=146814" target="_blank"&gt;http://sourceforge.net/mail/?group_id=146814&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;-Boris</description>
      <pubDate>Tue, 04 May 2010 13:14:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/c-on-vax-no-stl/m-p/5238025#M39897</guid>
      <dc:creator>WW304289</dc:creator>
      <dc:date>2010-05-04T13:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: C++ on VAX, no STL?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/c-on-vax-no-stl/m-p/5238026#M39898</link>
      <description>Looks like strtream can help me out. I'm currently backporting, but the first results are promising.&lt;BR /&gt;Thanks for your replies!</description>
      <pubDate>Wed, 05 May 2010 07:53:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/c-on-vax-no-stl/m-p/5238026#M39898</guid>
      <dc:creator>Oscar vanEijk</dc:creator>
      <dc:date>2010-05-05T07:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: C++ on VAX, no STL?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/c-on-vax-no-stl/m-p/5238027#M39899</link>
      <description>-&amp;gt; close thread</description>
      <pubDate>Wed, 05 May 2010 07:54:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/c-on-vax-no-stl/m-p/5238027#M39899</guid>
      <dc:creator>Oscar vanEijk</dc:creator>
      <dc:date>2010-05-05T07:54:35Z</dc:date>
    </item>
  </channel>
</rss>

