Slashdot Mirror


OpenWatcom C++ Compiler Code Finally Released

udif writes: "Almost 2 years after it was originally announced, the first drop of the OpenWatcom C++ source code is here. 18,000 files, 78MB uncompressed source code (about 28MB compressed). It's version 0.80 and is incomplete, but most of the code is here."

1 of 32 comments (clear)

  1. Good news for TeraTerm users by Ashurbanipal · · Score: 3, Interesting

    Teraterm is an excellent open-source terminal emulator for Windows machines, which Robert O'Callahan has extended to incorporate SSH.

    The two problems with TeraTerm are:
    1) the weird license prohibits distributing any fixes to the core code (you can only distribute add-ons, which it supports). Luckily the core is not buggy, it's just got some areas where improvements could be made.
    2) it reportedly compiles best under Watcom C/C++, which was (until now) a rare beasty.