Difference between revisions of "Microsoft C"

From Computer History Wiki
Jump to: navigation, search
(Created page with "I'm going to try to keep track of all the Microsoft C compiler versions, including Visual C++ == Windows NT 3.1 SDK == <pre> Microsoft (R) 32-bit C/C++ Optimizing Compiler Vers...")
 
(Change version number from 1.0 (16 bit) to 1.1 (32 bit))
(6 intermediate revisions by one other user not shown)
Line 3: Line 3:
  
 
== Windows NT 3.1 SDK ==
 
== Windows NT 3.1 SDK ==
 +
This is the compiler versions from the [[Windows NT 3.1 SDK]] CD I got.
 +
 +
=== i386 ===
 
<pre>
 
<pre>
 
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 8.00.3190a
 
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 8.00.3190a
 
Copyright (c) Microsoft Corp 1984-1993. All rights reserved.
 
Copyright (c) Microsoft Corp 1984-1993. All rights reserved.
 +
</pre>
 +
=== mips ===
 +
<pre>
 +
Microsoft (R) C Centaur Optimizing Compiler Version 8.00.081
 +
Copyright (c) Microsoft Corp 1984-1992. All rights reserved.
 +
</pre>
 +
 +
== Visual C++ ==
 +
=== 1.0 ===
 +
I only have the i386 version of [[Visual C++ 1.1]], was there a MIPS version of Visual C++ 1.1?
 +
<pre>
 +
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 8.00
 +
Copyright (c) Microsoft Corp 1984-1993. All rights reserved.
 +
</pre>
 +
 +
=== 4.0 ===
 +
These are from the Visual C++ 4.0 RISC edition....
 +
 +
==== mips ====
 +
<pre>
 +
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 10.00.5292X for MIPS R-Series
 +
Copyright (C) Microsoft Corp 1984-1995. All rights reserved.
 
</pre>
 
</pre>
  
 +
==== Alpha ====
 +
==== PowerPC ====
 +
==== i386 ====
  
[[Category:C]]
+
[[Category:C compilers]]

Revision as of 20:02, 3 August 2017

I'm going to try to keep track of all the Microsoft C compiler versions, including Visual C++


Windows NT 3.1 SDK

This is the compiler versions from the Windows NT 3.1 SDK CD I got.

i386

Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 8.00.3190a
Copyright (c) Microsoft Corp 1984-1993. All rights reserved.

mips

Microsoft (R) C Centaur Optimizing Compiler Version 8.00.081
Copyright (c) Microsoft Corp 1984-1992. All rights reserved.

Visual C++

1.0

I only have the i386 version of Visual C++ 1.1, was there a MIPS version of Visual C++ 1.1?

Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 8.00
Copyright (c) Microsoft Corp 1984-1993. All rights reserved.

4.0

These are from the Visual C++ 4.0 RISC edition....

mips

Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 10.00.5292X for MIPS R-Series
Copyright (C) Microsoft Corp 1984-1995. All rights reserved.

Alpha

PowerPC

i386