Topic: Question - HP/UX C++ vs PC C++ Compatibility
Author: schumann@TDLII2.iap.uni-bonn.de
Date: 21 Nov 1994 12:33:40 GMT Raw View
Denny Doyle wrote in article <3adl6a$8pl@ixnews1.ix.netcom.com> :
>
>I'm new to C & C++. Does anyone know whether the C++ on the HP/UX
>operating system is able to cross compile source from PC based C++
>software development products? I understand the ANSI/C on both sides
>are compatible but does that hold true for C++? If so, which C++ is the
>best pick for that, Borland, Mircrosoft, or whatever? I need to support
>HP/UX C or C++ from a remote site and would prefer not to be online
>during development and maintenance.
>
Last year I wrote a mid-size program for calculating infrared transitions in
small molecules, it does a lot of calcualtions, but no screen IO.
There are minor differences (Borland is more "intelligent" handling
strings, HP is nearer to tho C++ standard) do I recommend writing some
code on with the famous Borland IDE, compile it, make ftp and try to
compile it under HP-UX, and so on.
For more information send me an e-mail
Peter-Christoph Schumann
Inst. f. Angewandte Physik schumann@iap.uni-bonn.de
Wegelerstrasse 8 Tel.: (0228) 73-3459
D-53115 Bonn Fax : (0228) 73-3474
Author: ddoyle@ix.netcom.com (Denny Doyle)
Date: 16 Nov 1994 19:05:46 GMT Raw View
I'm new to C & C++. Does anyone know whether the C++ on the HP/UX
operating system is able to cross compile source from PC based C++
software development products? I understand the ANSI/C on both sides
are compatible but does that hold true for C++? If so, which C++ is the
best pick for that, Borland, Mircrosoft, or whatever? I need to support
HP/UX C or C++ from a remote site and would prefer not to be online
during development and maintenance.
Thanks,
Denny
ddoyle@ix.netcom.com