I am looking at a C++ project on OpenVMS.
How different is it from NIX development? Is it a bit like a peculiar UNIX version or LINUX distro?
Any peculiarities when it comes to memory management or threading etc? (I know FILE I/O is a bit different).
Are the C++ compilers a bit like older C++ versions on other platforms? (Less support for templates etc.)
Can I use bash, without touching DCL?
What about IDEs, debugging (gdb) source control etc? (It seams NetBeans are OK)
Can I work remotely with X-Windows? Will admin access be a problem?