Operating System - HP-UX
1832915 Members
2929 Online
110048 Solutions
New Discussion

Re: C++ development environment for HPUX 11

 
Anirban Sengupta
Occasional Contributor

C++ development environment for HPUX 11

What is the C++ development environment for HPUX? What product do I need to buy for that?

Thanks,
2 REPLIES 2
Elizabeth_2
Valued Contributor

Re: C++ development environment for HPUX 11


Hi Anirban!


C++ SoftBench Development Environment - SoftBench is HP's full scale C and C++ development environment. SoftBench includes a comprehensive set of integrated program construction tools that help develop, port and maintain new and existing applications more powerfully than ever before.

You can order this software at:

http://www.software.hp.com/

Elizabeth
Kenneth Platz
Esteemed Contributor

Re: C++ development environment for HPUX 11

Anirban,

HP currently ships two C++ development environments:

The ANSI C++ compiler (product B3911DB(s700)/B3913DB (s800)) contains the compiler, gdb debugger and DDE debugger.

The Softbench C++ package (product B6451EB (s700) / B6447EB (s800)) includes everything that the ANSI C++ compiler package includes plus an IDE (Integrated Development Environment), the ANSI C compiler, and all of the system development kits (X11/Motif, Audio, CDE, OpenGL, etc).

Alternatively, you can use the GNU C++ compiler, which you should be able to download from http://hpux.cae.wisc.edu/hppd/hpux/Gnu/gcc-2.95.2/
I think, therefore I am... I think!