jam digital

WELCOME TO MY BLOG "VIRGO_BLOG'S

SELAMAT DATANG DI BLOG SAYA, SELAMAT MENGUNJUNGINYA DAN SELAMAT MEMBACA.

Kota KLATEN tercinta, KLATEN BERSINAR

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Tempat Perbelanjaan kota KLATEN " MATAHARI PLAZA

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Warung Apung Rowo Jombor, KLATEN

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Candi Prambanan

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Rabu, 13 Oktober 2010

Pretest Sdat2

#include
using namespace std;

class Kompleks
{
public:
Kompleks (int a); // inlah konstruktor jawaban soal no1
Kompleks operator*(const Kompleks&); //overload kali

Praktikum Sdat2

    #include <cstdlib>
    #include <iostream>
    class Operasi;
    using namespace std;
    //template <class T>
    class Kompleks
    {
    friend class Operasi;
    friend ostream& operator<<(ostream&, const Kompleks&);
    friend istream& operator>>(istream&, Kompleks&);

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More