1826279 Members
4046 Online
109692 Solutions
New Discussion

ANSI C and C++

 
SOLVED
Go to solution
Andrew Luis Arruza
Frequent Advisor

ANSI C and C++

I had previously installed aCC on my server (L Class).
I was requested by our developers to install the HP Ansi C on the server also.
When I looked at it they both install in the same directory and the C would have overwritten the C++ directories.
I installed Ansi C in a separate directory.
My question is: Do I really need the Ansi C if we have C++ installed?
Thanks for any/all help.
Andy
It is, after all, a matter of survival!!
3 REPLIES 3
Antoanetta Naghiu
Esteemed Contributor

Re: ANSI C and C++

Depindes on your environment needs. Ansi C and C++ are different and third party software might require one or the other. Also, depindes on your developers needs. I guess, ansiC and aCC are similar.
Rick Garland
Honored Contributor

Re: ANSI C and C++

Would depend on the apps being compiled. Some apps require that ANSI C be used explicitly.
Pete Conneely
Advisor
Solution

Re: ANSI C and C++

The default destinations for the install should be as follows:

HP ANSI C installs in /opt/ansic/..

HP ANSI C++ installs in /opt/aCC/..