◄Up► ◄Contents► ◄Index► ◄Back► ─────C/C++ Compiler───────────────────────────────────────────────────────── Your choice of a memory model determines how memory is set up for program code and data. Microsoft C/C++ offers seven models to choose from. ┌─────────────── Tiny ────────────────┐ ◄Tiny► │ Data and code are all in one │ ◄Small► │ segment. Choose the tiny model │ ◄Medium► │ when you make .COM files. The │ ◄Compact► │ command-line equivalent is /AT. │ ◄Large► │ ◄More Info► │ ◄Huge► │ │ ◄Customize► │ │ │ │ └─────────────────────────────────────┘ -♦-