Friday, 23 March 2018

Linked list dalam C++

#include <iostream>#include <conio.h>#include <stdio.h> using namespace std; typedef struct TNode{  int data;  TNode *next; }; TNode *head; void init(){  head==NULL; } int isEmpty(){  if(head==NULL)   return 1;   else   return...

Friday, 9 March 2018

Pointer Dalam Bahasa C

Pointer Dalam Bahasa C Pengertian Pointer Pointer adalah suatu variabel yang menunjuk ke alamat memory variabel yang lainnya. Suatu pointer bukan berisi dengan suatu nilai data seperti halnya pada variabel biasa, variabel pointer berisi dengan suatu alamat. Untuk mendeklarasikan variabel pointer kita menggunakan tanda asterik / bintang (*) didepan...

Friday, 2 February 2018

Klasmen Bola

Tugas Struktur Data, Riski Ramdan 121514 Source Code : #include <iostream> #include <string.h> #include <ctime> #include <cstdlib> #include <conio.h> using namespace std; int i,j,pil,k; int W,L,D,P; int goal1,goal2,xRan1,xRan2; string...

Monday, 28 November 2016

Detective Conan Season 2

Hello Sob langsung aja ya, nih buat lanjutan Detective Conan Season 1 bisa di download di sini : Detective Conan Episode 29 Detective Conan Episode 30 Detective Conan Episode 31 Detective Conan Episode 32 Detective Conan Episode 33 Detective Conan Episode 34 Detective...