1834134 Members
2363 Online
110064 Solutions
New Discussion

C++

 
Arturo Castaneda
Occasional Contributor

C++

Can anybody tell me what do I need to compile C++ code? I have a N4000 Server with HP-UX 11.0

Thanx!
4 REPLIES 4
A. Clay Stephenson
Acclaimed Contributor

Re: C++

You need to purchase the aC++ compiler package B3913DB. Contact your HP rep.
If it ain't broke, I can fix that.
Helen French
Honored Contributor

Re: C++

Hi,

If you are looking for the Product, then purchase " HP aC++ compiler (S800) - Product Number B3913DB" from HP.

For ANSI/C - "HP C/ANSI C Developers Bundle - Product Number B3901BA"

HTH,
Shiju
Life is a promise, fulfill it!
Hartmut Lang
Trusted Contributor

Re: C++

Have a look at Gnu C and C++ compilers.

http://hpux.cs.utah.edu/hppd/hpux/Gnu/gcc-3.0.1/
http://gcc.gnu.org/

Hardy
Pramodu. C. P
Occasional Contributor

Re: C++

hi Arturo,

If you have a C compiler, then

you can use

cc filename -o outputname ie: executable name

-o option is optional, if you are not specified it will create a file with a.out as file name.

i hope this can help you.

Pramodu