Welcome Hello all my name Ang MengEang .I created this website for IT knowlegth and watch News This blog is updating Please wait for Vsiting .My Website will be update soon Thanks very much from me !

Code Example Constructor 1 in C++ Programming



#include<iostream>
#include<conio.h>
using namespace std;
class Example{
public:
int a,b;
public:
Example(){
a=10;
b=20;
}
void Display(){
cout<<"Value : "<<a<<"\t"<<"Value : "<<b<<endl;
}
};
int main(){
Example Obj;
Obj.Display();
getch();
return 0;
}

0 comments:

Copyright © 2014 IT Kampong Cham Email :eangkpc@gmail.com , Tell: 086 81 95 77.