Selasa, 3 Januari 2012

Coding for save the data into the wordpad or notepad by C++


#include <iostream>
#include <fstream>
#include <cstdlib>
using namespace std;

int main()
{

char option;
cout << " \t\t\t **************************" <<endl;
cout << " \t\t\t  Welcome To Our Data Base " <<endl;
cout << " \t\t\t **************************" <<endl<<endl<<endl;
cout << "\n\np/s : Fill in the data base by using capital letter \n\n";
cout << "\n\nPlease Press Enter \n\n";

fstream outClientFile ;
outClientFile.open("apoi.dat",ios::out| ios::app);

if (!outClientFile)
{
cerr<<"File cannot open"<<endl;
return(1);
}

const int SIZE = 80;

char address[SIZE];
char fullName[SIZE];
char birthDay[SIZE];
double IcNumber;
char fullName1[SIZE];
char fatherName[SIZE];
char course[SIZE];
char faculty[SIZE];
char posscode[SIZE];
char status [SIZE];
char motherName[SIZE];

do {

cin.ignore();

outClientFile<< "\n\n\nData Base Profile\n\n"<<endl ;

cout <<endl <<"Full Name : ";
outClientFile<< "Name           : " ;
cin.getline (fullName,SIZE,'\n');
outClientFile<< fullName ;


cout<<endl<<"IC Number (Eg:890133-10-4531) : ";
outClientFile<< "\n\nIC Number      : ";

cin >> IcNumber;
cin.ignore();
outClientFile << IcNumber ;

cout<<endl<<"Birthday (Eg:15/11/1990) : ";
outClientFile<< "\n\nBirhtday       : ";
cin.getline (birthDay,SIZE,'\n');
outClientFile << birthDay ;

cout<<endl<<"Your Address : ";
outClientFile<< "\n\nAddress        : " ;
cin.getline (address,SIZE,'\n');
outClientFile << address ;

cout<<endl<<"Posscode: ";
outClientFile<< "\n\nPosscode       : " ;
cin.getline (posscode,SIZE,'\n');
outClientFile << posscode ;

cout<<endl<<"Faculty : ";
outClientFile<< "\n\nFaculty        : " ;
cin.getline (faculty,SIZE,'\n');
outClientFile << faculty ;

cout<<endl<<"Course : ";
outClientFile<< "\n\nCourse         : " ;
cin.getline (course,SIZE,'\n');
outClientFile << course ;


cout<<endl<<"Father Name : ";
outClientFile<< "\n\nFather Name    : " ;
cin.getline (fatherName,SIZE,'\n');
outClientFile << fatherName ;

cout<<endl<<"Mother Name : ";
outClientFile<< "\n\nMother Name    : " ;
cin.getline (motherName,SIZE,'\n');
outClientFile << motherName ;


cout<<endl<<"Status : ";
outClientFile<< "\n\nStatus         : " ;
cin.getline (status,SIZE,'\n');
outClientFile << status ;

outClientFile.close();

cout << "add contact: ";
cin>> option;
cout << endl;
system("CLS");

outClientFile.open("apoi.dat",ios::out| ios::app);
}while ((option =='y') || (option == 'Y'));
return 0;
}

Khamis, 20 Oktober 2011

programming for sorting the name by C++

// you will change the amount of name by change the number of arrays
// by using codeblock
// enter 9 name in random and it will sort the name by alphabatical order...

// Place : Shah Alam,C++ class.
//From : _AlifAtif@DisTech_


#include <iostream>
//#include <string>


using namespace std;

int main ()
{

    string namelist [9];
    int r;
    int IPname=9;
    int iCv;
    string nTemp;


    for (r=1;r < IPname; ++r)

{
    cin >> namelist[r];
        //nTemp = namelist[];
    //the new value to be inserted into a temporary location
        nTemp = namelist[r];
    // k is the index of the number to the left of the iCv.
        int k;

        for (k = r-1; k >= 0 && namelist[k] > nTemp; k--)
        {
        namelist[k+1] = namelist[k];
        }
        namelist[k+1] = nTemp;
    }

for(r=1;r<IPname;r++)

cout<< namelist[r]<<endl;
    cout<<endl;

    return 0;
    }

Ahad, 17 April 2011

TV akan semakin NIPIS

Kalau dulu terkenal dengan LCD, tetapi ada yang terbaru.iaitu OLED..anda cuba bayangkan, Sehelai kertas mampu mengeluarkan gambar atau cerita malah boleh pula dibengkok-bengkok..Bagi sesetengah daripada mereka, Teknologi ini dah ketinggalan zaman.



Seperti sehelai kertas yang mempamerkan imej. =)

From :

Mesti Menang kalau main Nyorok-Nyorok

Ini juga antara penemuan yang sudah lama tersebar di dalam laman sesawang, Tetapi dianggap sesuatu yang baru..Adakah cerita dalam HARRY POTTER itu menggunakan teknologi ini atau menggunakan teknologi CGI?.

Walaupun belum seratus peratus prototaip ini terjadi, tetapi ianya tetap dikagumi.
=)


Apa pula jika perkembangan sekarang.=)

From :

Sabtu, 16 April 2011

Penemuan hampir 2 tahun lepas.tapi..

Video ini dipublish pada 2 tahun lepas. tetapi ianya masih mengagumkan. kalau 2 tahun lepas sudah ada penemuan seperti ini, habis sekarang mesti lagi gempak daripada sekarang. The Sixth Sense.


Penemuan ini pada 2009, sekarang 2011, mesti banyak lagi pembaharuan yang dilakukan.

From :
_AlifAtif@DisTech_

Jumaat, 15 April 2011

Artis Kartun 3D buat Konsert?

Kalau kita tengok sebelum ini, konsert atau stadium akan penuh semata-mata hendak melihat kehebatan artis pujaan mereka. Sehingga habis beratus-ratus ringgit semata - mata ingin melihat kehebatan artis kesayangan mereka. Tetapi, apa yang dilihat sekarang, KARTUN dalam BENTUK 3D mengantikan artis-artis diatas pentas.



Mungkin perkara ini sudah lama berlalu, tapi ianya seperti membuka minda seketika.

From :
_AlifAtif@DisTech_

kedai LESEN MEMANDU akan KERUGIAN BESAR ?

Teknologi ini mungkin sudah agak lambat.  tapi, ianya masih teruja apabila melihat teknologi ini di kaca Video.
Di Malaysia sahaja, hendak buat lesen KERETA memakan beratus-ratus. Kemudian hendak beli kereta lagi.

Selepas ini, kalau tidak tahu memandu kereta pun, anda mampu untuk membawanya menuju ke destinasi anda.
Malah sambil memandu pun anda mampu membuat kerja lain.


Yang terujanya, teknologi ini ditemui oleh Google dan mengimplannya didalam kereta. Tapi tentu masih ada risikonya.
=).sama-sama kita fikirkan..

From :
_AlifAtif@DisTech_