Jump to content

Watcom C/C++: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Line 29: Line 29:
==Links==
==Links==
* [http://www.azillionmonkeys.com/qed/watfaq.shtml The WATCOM C/C++ Programmer's FAQ] (Paul Hsieh)
* [http://www.azillionmonkeys.com/qed/watfaq.shtml The WATCOM C/C++ Programmer's FAQ] (Paul Hsieh)
* [https://archive.org/download/os2warpsofthits2nd95/OS-2_SW_HITS_2ND_EDITION_1995.ISO/I10%2FADDINO.ZIP Watcom C/C++ 10.0 Add-In Tools Guide] (October 15, 1994)


[[Category:C++ Development Environment]]
[[Category:C++ Development Environment]]

Revision as of 13:58, 16 February 2020

Multi-platform C/C++ development environment

Versions

See also: Watcom C

Watcom C/C++

  • 1993: 9.5, 9.5/386
  • 10.0 (1994) - with IDE, support for MFC, assembler (WASM)
    • 10.0a (Oct 1994)
    • 10.0b (Jan 1995)
  • 10.5 (1995) - shipped with Blue Sky Software's Visual Programmer (GUI builder)
    • 10.5a (Nov 1995)
  • 10.6 (1996)
  • Powersoft Watcom C/C++ 11.0 (1997-02-10)
    • 11.0a (1998)
    • 11.0b (1998)
    • 11.0c (2002-12-21) - upgrade for version 10.6 and later

Libraries

Related Articles

See also: Open Watcom

Links