Kelahiran seorang Khalifah

welcome

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

SELAMAT DATANG


c++


Firstly, we must open programming C++


Secondly ,select new source file


Next step, write the data program at  Joob shet



After  insert all data, save the file under project 1




Next,compilation the process




Execute the program



 Insert the data



Question/Discussion

1.How to

a.complation proccess

http://1.bp.blogspot.com/-U8R1RLDPuOg/UXaeOKfQbpI/AAAAAAAAAUM/VX8Tbbp0klM/s400/compile.png
b. Excute the programming

#include <iostream>
#include <fstream>
using namespace std;
int main(){
    ifstream inFile;
    inFile.open("game.exe");
    if(!inFile){
     
      cout<<"Cannot open file bish."<<endl;
      system("pause");
      return 1;
      }
   
    system("pause");
}


CONCLUSION
For this conclusion, I know what is the C++ and about it. It give me a new experience and basic skill to handle about  c++.