Microsoft C/C++ 1.x

edited July 2021 in Product Comments

imageMicrosoft C/C++ 1.x

This is the original standalone Microsoft C/C++ compiler for DOS and Windows - Later versions were rebranded and renumbered as Microsoft Visual C++ and were bundled with Visual Studio or the SDKs.

Read the full story here


Comments

  • This needs some install instructions for WIN 3.11 systems...
  • Strictly speaking, what we need are complete manual scans.
  • Win 3.11? It's a DOS compiler.
  • Version 1.03 "beta" is basically unchanged(?) Lattice C 1.03 (1992).
    See Lattice C for a manual for both (1.04 should be similar enough).
    There's no linker included in 1.03 - use the one from 1.04 or from a PC/MS-DOS.
  • Hello everyone. I'm little late to the party, but I tried to use those early versions of applications, one of them is this MS C Compiler.
    This is solution for compiling code (assuming our source code is file named "app.c") if anyone needs that.
    1. mc1 app.c
    2. mc2 app.q
    3. link c.obj app.obj
    - (Run File [C.EXE]:) app.exe
    - (List File [NUL.MAP]:)
    - (Libraries [.LIB]:) mc.lib
Sign In or Register to comment.