Thread: TienKhoaNguyen
View Single Post
Old 09-10-2017, 07:30 PM   #32
tienkhoanguyen
[BANNED]

 
Join Date: Oct 2016
Posts: 833
Default Programming Lesson

Well let's review our first program.

***


#include <stdio.h>

int main()
{
printf("\n Hello Myst!");
}


*****
The above program just prints out a simple message in text "Hello Myst!" You can even make it an exe program where it runs like any other DOS games by using the right compiler. That is the cool thing about programming. You just need to figure out what message you want to produce and just type it in. But some people will ask how do I make a game?
tienkhoanguyen is offline                         Send a private message to tienkhoanguyen
Reply With Quote