Teman - teman kali ini saya akan membuat tutorial project pertama Hello world dengan Ms. Visual C++ 2010 Express.
Kode : latihan_01_helloworld
#include <stdio.h>
#include <stdlib.h>
int main (void)
{
printf("Hello World \n");
system("pause");
return 0;
}
Video Tutorial:
No comments:
Post a Comment