Slashdot Mirror


Open Watcom 1.0 Released

JoshRendlesham writes "The Open Watcom C/C++ and FORTRAN 1.0 compilers have been officially released. The source, and binaries for Win32 and OS/2 systems, are available. This release also means that outside developers can join and contribute to the project." Or if you prefer, gcc is up to 3.2.2.

1 of 287 comments (clear)

  1. Re:cool ! that's great news by Q+Who · · Score: 1, Flamebait

    Yeah! I have such problems too -- just today I wrote this trivial hello-world program and it just won't print anything!

    #include ""

    int main()
    {
    std::cout << "" << std::endl;
    }