Contoh program c++

Senin, 14 November 20110 komentar


Siapa bilang belajar C++ itu sulit,, mari belajar memahami cara membuat program dengan C++

//masukkan library terlebih dahulu
#include <constrea.h>

//procedure utama
void main(){
//membersihkan layar dari output sebelumya
clrscr();
//mencetak output program
cout<<"Hallo Apa Kabar";
//ini untuk berganti baris
cout<<"\n";
cout<<"Perti Asia Malang";

//menahan layar program
getch();
//tekan ALT + F9 untuk compile program
//tekan CTRL + F9 untuk run program


}
Share this article :

Posting Komentar

 
Support : Creating Website | Johny Template | Mas Template
Copyright © 2011. Wahana InformasiKu - All Rights Reserved
Template Created by Creating Website Published by Mas Template
Proudly powered by Blogger