Difference between revisions of "Watcom C/C++"

From EDM2
Jump to: navigation, search
m (Related Articles)
m (Versions)
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
[[Image:WatcomC10.jpg|thumb]]
 
[[Image:WatcomC10.jpg|thumb]]
Multi-platform C/C++ development environment
+
'''Watcom C/C++''' is a multi-platform C/C++ development environment.
  
 
==Versions==
 
==Versions==
===[[Watcom C]]===
+
See also: [[Watcom C]]
* 1988: WATCOM C6.0
+
* 1988: WATCOM C6.5
+
* 1989: WATCOM C7.0, Watcom C 7.0/386
+
* 1990: WATCOM C8.0, Watcom C 8.0/386
+
* 1991: WATCOM C8.5, Watcom C 8.5/386
+
* 1992: WATCOM C9.0, Watcom C 9.0/386
+
* 1992: Watcom C 9.01/386
+
  
===Watcom C/C++===
+
* 9.5, 9.5/386 (1993)
* 1993: 9.5, 9.5/386
+
* 10.0 (1994) - with IDE, support for MFC, assembler (WASM)
* 1994: 10.0
+
** 10.0a (Oct 1994) - DOS4/GW 1.97
* 1995: 10.5
+
** 10.0b (Jan 1995)
* 1996: 10.6
+
* 10.5 (1995) - shipped with [[Blue Sky Software]]'s Visual Programmer (GUI builder)
* 1997-02-10: Powersoft Watcom C/C++ version 11.0
+
** 10.5a (Nov 1995)
** 1998: 11.0a
+
* 10.6 (1996)
** 1998: 11.0b
+
** 10.6a
** 2002-12-21: 11.0c - upgrade for version 10.6 and later
+
** 10.6b
 +
* 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==
 
==Libraries==
Line 26: Line 23:
  
 
==Related Articles==
 
==Related Articles==
* C++ Compiler Review [[C++ Compiler Review - Part 1|Part 1]] (September 1995)  and [[C++ Compiler Review - Part 3|Part 3]] (November 1995) by [[Gordon Zeglinski]]
+
* C++ Compiler Review [[C++ Compiler Review - Part 1|Part 1]] (Sep1995)  and [[C++ Compiler Review - Part 3|Part 3]] (Nov 1995) by [[Gordon Zeglinski]]
* [http://ps-2.kev009.com/michaln/os2/Watcom11c.html Using Watcom C/C++ 11.0c on OS/2] [[Michal Necasek]] (November 2001)
+
* [[Using Watcom C/C++ 11.0c on OS/2]] by [[Michal Necasek]] (Nov 2001)
 
+
 
See also: [[Open Watcom]]
 
See also: [[Open Watcom]]
 +
 +
==Publications==
 +
*Wayne Russell: ''Watcom C/C++ Unleashed'' - Sams Publishing 1996, ISBN 0-672-30893-2
  
 
==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)
  
[[Category:C]][[Category:C++]]
+
[[Category:C++ Development Environment]]

Revision as of 19:01, 27 June 2020

WatcomC10.jpg

Watcom C/C++ is a multi-platform C/C++ development environment.

Versions

See also: Watcom C

  • 9.5, 9.5/386 (1993)
  • 10.0 (1994) - with IDE, support for MFC, assembler (WASM)
    • 10.0a (Oct 1994) - DOS4/GW 1.97
    • 10.0b (Jan 1995)
  • 10.5 (1995) - shipped with Blue Sky Software's Visual Programmer (GUI builder)
    • 10.5a (Nov 1995)
  • 10.6 (1996)
    • 10.6a
    • 10.6b
  • 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

Publications

Links