View Single Post
Old 10-08-2017, 03:04 PM   #2
tienkhoanguyen
[BANNED]

 
Join Date: Oct 2016
Posts: 833
Smile Name of program is anything you want within 8 characters plus the extension .C

#include <stdio.h>

int main()
{
printf("my first program");
}

If you type in the above program in Borland Turbo C 2.01 compiler or any number of DOS c compiler and run it you get the message above. Just google Borland Turbo C 2.01 and there is an embarcadero registration site to download the compiler. It runs in DOS and allows you to make games spreadsheets and any other programs that your creative mind can come up with depending on experience. Then again you could be a genius!

Last edited by tienkhoanguyen; 24-08-2017 at 08:08 PM. Reason: Today we will learn the very basics of programming.
tienkhoanguyen is offline                         Send a private message to tienkhoanguyen