Make Hello World with C++
19:01 | Author: Unknown

The First program that will be we make when study programming language is Hello World Program.
So simple guys, we only write this script below on your favourite editor

void main()
{
cout << "Hello World" ;
getche();
}

So easy guys, isn't ?
Let's try it!

|
This entry was posted on 19:01 and is filed under . You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

1 comments:

On 8 February 2009 at 23:22 , konixbam said...

betull.... ini emang gampang

coba lanjutannya... ????