What are particularities of developing C++ on OpenVMS and Mainframe?
I thought OpenVMS were more POSIX than most UNIXes, and most stuff are available, but it seems not.
What are particularities of developing C++ on OpenVMS and Mainframe?
I thought OpenVMS were more POSIX than most UNIXes, and most stuff are available, but it seems not.
It is an overlooked platform, but z/OS UNIX ® System Services is a full and robust implementation of the POSIX standard, as well as several others. In general, it is not a good X platform, but with other packages it is competitive and scalable.
Linux also runs on System z, but as a native or guest OS, not under z/OS.
OpenVMS is not UNIX-compatible and would require much code change. You might find this official HP link helpful: http://h71000.www7.hp.com/portability/
The IBM mainframes are POSIX compliant since 1996. OpenVMS, meh, I have no idea.