ken Choi C++
Sunday, September 19, 2010
007 hello world - perpect code
#include
// include the standard input/output header file
int main() // our program starts here
{
printf("Hello World!"); // print "Hello World!" into the console
return 0;
}
1 comment:
kenchoiwind
September 19, 2010 at 7:23 PM
tip 001
how to build solution in the VS 2005
CTRL + Shift + B
Excuting
CTL+ Ff5
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
tip 001
ReplyDeletehow to build solution in the VS 2005
CTRL + Shift + B
Excuting
CTL+ Ff5