File
Edit
Compile
Run
Options
Help
F1-Help
■ C:\SRC\HELLO.C[■]
1
2
3
4
5
6
7
#include <stdio.h>
int main() {
    printf("Hello, DOS World!\n");
    int sum = 21 + 21;
    printf("The answer is %d\n", sum);
    return 0;
}
ASM
HEX
INFO
RUN
; Press F9 / Compile to generate 80386 assembly.
■ Message
CC386 ready. Load a program and press Compile (F9).
F1 Help F2 Save F9 Make F10 Menu Alt-X Exit Ready