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
Question/Discussion
1.How to
a.complation proccess
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++.