<?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: Difference Between aC++ Compiler versions in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-ac-compiler-versions/m-p/3833185#M779064</link>
    <description>another simple question:0.04&lt;BR /&gt;&lt;BR /&gt;Correct answer: It doesn't matter. Those are both very old versions that should be replaced.</description>
    <pubDate>Sat, 29 Jul 2006 19:42:05 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2006-07-29T19:42:05Z</dc:date>
    <item>
      <title>Difference Between aC++ Compiler versions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-ac-compiler-versions/m-p/3833182#M779061</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Please could anyone let me know the difference between aC++ compiler A.03.33 &amp;amp; A.03.37 .&lt;BR /&gt;&lt;BR /&gt;I would like to know the basic features of it.&lt;BR /&gt;&lt;BR /&gt;Its a bit urgent .....!!!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;&lt;BR /&gt;A.SanthanaKrishnan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 29 Jul 2006 02:00:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-ac-compiler-versions/m-p/3833182#M779061</guid>
      <dc:creator>santhanakrishnan_1</dc:creator>
      <dc:date>2006-07-29T02:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between aC++ Compiler versions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-ac-compiler-versions/m-p/3833183#M779062</link>
      <description>Hi SanthanaKrishnan,&lt;BR /&gt;&lt;BR /&gt;New features in HP aC++ version A.03.37 are listed below. They apply to HP-UX 11.x operating systems. &lt;BR /&gt;&lt;BR /&gt;1. New Rogue Wave Tools.h++ library - Version 7.1.1- compatible with -AA &lt;BR /&gt;2. UTF-16 character transformation format support &lt;BR /&gt;3. __restrict keyword support &lt;BR /&gt;4. +ub and +sb options - to control the signedness of bitfields &lt;BR /&gt;5. ANSI C++ covariant Return Type &lt;BR /&gt;6. Improved support for using PCH (Precompiled Headers) with -AA option &lt;BR /&gt;7. Improved support for #pragma pack and #pragma align. &lt;BR /&gt;8. Improved DOC (Debug Optimized Code) support &lt;BR /&gt;9. Performance Improvements to -AA iostream &lt;BR /&gt;Thread mutex contention fix on null strings with -AP &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;New features in HP aC++ version A.03.33 are listed below:&lt;BR /&gt;&lt;BR /&gt;â  OpemMP Standard Supportedâ  &lt;BR /&gt;&lt;BR /&gt;â  aCC_MAXERR to Control Maximum Number of Compiler Errorsâ  &lt;BR /&gt;&lt;BR /&gt;â  Small Block Allocator for mallocâ  &lt;BR /&gt;&lt;BR /&gt;â  Gather/Scatter Prefetch Pragmaâ  &lt;BR /&gt;&lt;BR /&gt;â  Support for SDK/XDKâ  &lt;BR /&gt;&lt;BR /&gt;â  Support for _declspecâ  &lt;BR /&gt;&lt;BR /&gt;â  -Bhidden and -Bhidden_def Command Line Optionsâ  &lt;BR /&gt;&lt;BR /&gt;â  +Oprofile Option for Profile-Based Optimizationâ  &lt;BR /&gt;&lt;BR /&gt;â  Initialized Thread Local Storageâ  &lt;BR /&gt;&lt;BR /&gt;â  -I- Option Enhanced to Perform prefixinclude Searchâ  &lt;BR /&gt;&lt;BR /&gt;â  Improved Optimization for HP_LONG_RETURN and +DA1.1â  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HP aC++ Release Notes: Version A.03.55.02 &lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5990-8191/ch01s05.html?btnPrev=%AB%A0prev" target="_blank"&gt;http://docs.hp.com/en/5990-8191/ch01s05.html?btnPrev=%AB%A0prev&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 29 Jul 2006 02:51:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-ac-compiler-versions/m-p/3833183#M779062</guid>
      <dc:creator>inventsekar_1</dc:creator>
      <dc:date>2006-07-29T02:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between aC++ Compiler versions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-ac-compiler-versions/m-p/3833184#M779063</link>
      <description>Hi SanthanaKrishnan,&lt;BR /&gt;&lt;BR /&gt;sorry, the format is not clear.&lt;BR /&gt;&lt;BR /&gt;New features in HP aC++ version A.03.37 are listed below:&lt;BR /&gt;&lt;BR /&gt;1. Rogue Wave Tools.h++ Version 7.1.1 Compatible with -AA&lt;BR /&gt;2. UTF-16 Character Transformation Format Support&lt;BR /&gt;3. __restrict Keyword Support&lt;BR /&gt;4. +ub and +sb Options to Control Bitfield Signedness&lt;BR /&gt;5. ANSI C++ Covariant Return Type&lt;BR /&gt;6. Improved Support for PCH with -AA&lt;BR /&gt;7. Improved Support for Pack and Align Pragmas&lt;BR /&gt;8. Improved DOC (Debug Optimized Code) Support&lt;BR /&gt;9. Performance Improvements to -AA iostream&lt;BR /&gt;10. Thread Muted Contention Fix on Null Strings with -AP&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;refer this too. refer the Known Limitations and lot of details from release notes:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/2212/A-03-37relnotes.html" target="_blank"&gt;http://docs.hp.com/en/2212/A-03-37relnotes.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 29 Jul 2006 03:12:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-ac-compiler-versions/m-p/3833184#M779063</guid>
      <dc:creator>inventsekar_1</dc:creator>
      <dc:date>2006-07-29T03:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between aC++ Compiler versions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-ac-compiler-versions/m-p/3833185#M779064</link>
      <description>another simple question:0.04&lt;BR /&gt;&lt;BR /&gt;Correct answer: It doesn't matter. Those are both very old versions that should be replaced.</description>
      <pubDate>Sat, 29 Jul 2006 19:42:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-ac-compiler-versions/m-p/3833185#M779064</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-07-29T19:42:05Z</dc:date>
    </item>
  </channel>
</rss>

