1833801 Members
2618 Online
110063 Solutions
New Discussion

acc Compiler?

 
SOLVED
Go to solution
Kris Bailey
Occasional Contributor

acc Compiler?

Was wondering where I can download a copy of the aCC Compiler for HP-UX 10.20. Thanks!
4 REPLIES 4
Pete Randall
Outstanding Contributor

Re: acc Compiler?

Steve Steel
Honored Contributor
Solution

Re: acc Compiler?

Hi

http://h21007.www2.hp.com/dev/technologies/topic/1,2608,10201,00.html#TECHSOFTWARE



Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Kris Bailey
Occasional Contributor

Re: acc Compiler?

Is the aCC Compiler in with the C/ANSI C Developers Bundle? I can't really tell wwith one I need to download for this. Thanks!
A. Clay Stephenson
Acclaimed Contributor

Re: acc Compiler?

No, the ANSI/C compiler is a separate product.
Here's the deal: aCC speaks ANSI C and C++; the ANSI/C compiler speaks ANSI C and K&R C. If you need to compile K&R C, ANSI C, and C++, you must purchase BOTH products.
If it ain't broke, I can fix that.