Mengenai Saya

Foto saya
cirebon, jawa barat, Indonesia
sya lahir di cirebon tahun 1992,sekarang sya mash kuliah di unversitas STIKOM POLTEK CIREBON,Jurusan Teknik informatika..>>

Bikin Friend class Dengan C++

Bikin Friend class Dengan C++
follow my facebook at http://www.facebook.com/profile.php?id=100000296727676 #include #define phi 3.14 class Luas_Lingkaran; class volu...
Read the full article →

Vidoe kenangan Didi Ariyani

Vidoe kenangan Didi Ariyani
Ini Munkin menjadi lagu terakhir yang alhm nyanyi di kls..... smg Allah Memberikan Tempat yang tenang Di sisi nya R I P kawan.... canda taw...
Read the full article →

PEMOGRAMAN C# Array 1 dimensi Genap & Ganjil

PEMOGRAMAN C# Array 1 dimensi Genap & Ganjil
int i, n;             Console.Write("Masukkan jumlah angka : ");             n = Convert.ToInt16(Console.ReadLine());          ...
Read the full article →

class C++

class C++
#include<iostream.h> #include<string.h> class segitiga{     private :             int alas;             in...
Read the full article →

Program C ++ Menu Ayam Goreng

Program  C ++ Menu Ayam Goreng
#include <iostream.h> #include <stdio.h> #include <math.h> #include<string.h> #include<conio.h> main() {...
Read the full article →

C++ Baris

C++ Baris
#include<iostream.h> main() {     int baris,kolom;     for(baris=1;baris<=5;baris++)     {     for(kolom=5;kolom>=baris;k...
Read the full article →

C++ Password

C++ Password
#include<iostream.h> #include<string.h> main () {     char checkword [20]="MOeDofieR";     char password [20]=...
Read the full article →