This service is being provided as a convenience to users who need to be able to produce a small DOS program and do not have access to a DOS machine with a compiler on it. There is no guarantee that this service will be available in the future, and DJ Delorie reserve the right to disable it when he need the CPU cycles .
Step 1: Copy your program to the box below.
Step 2: Press the Submit button.
Step 3: If your program is error free a file named program.exe will be generated for downloading.
Step 4: If your program has got errors,the page will get redirected to the error page.
Type your program here:
Sample C program
#include<stdio.h>
#include<conio.h>
int main()
{
printf("45K Blog");
getch();
return(0);
}
This compiler will quickly generate executable file from your source code & if your code contains any errors it will take you to to the program errors page.This program resides at http://www.delorie.com/djgpp/compile/
Download Turbo C++ 3
This is something interesting, program.exe provided to download.