February 05, 2002
Does anyway know weather C++ runs under UNIX?



February 13, 2002
"Michel Bolton" <absolute1008@hotmail.com> wrote in message news:a3pp4t$1g41$1@digitaldaemon.com...
> Does anyway know weather C++ runs under UNIX?
>

There are plenty of c++ compilers for Unix if that's what you mean. Of course, you'll  need to recompile any code you've written under Windows if you want it to run on Unix, and you may well need to re-write portions of it if you're been using the windows or dos api, or mfc. The windowing system is quite different under Unix as well as it uses X-Windows so any gui may well need extensive rewriting unless you've used a portable set of gui widgets such as QT.

Richard.