Malik Sahib! Now visit vuaskari.com and download all required material.
--
Join us on www.vuaskari.com, & www.universitiesportal.com
Admin Askari
--
We say, "Be one as Pakistani Nation and grow up for Pakistan's Future". Wish you all the best.
Please visit www.vuaskari.com, get registered for old papers, quiz, assignments and GDBs...
You received this message because you are subscribed to the Google
Groups "VU ASKARI" group.
To post to this group, send email to askarivu@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/askarivu?hl=en?hl=en
On 1 February 2011 13:33, <mbashirahmad@gmail.com> wrote:
Hi all. If any body have MCQs or quiz bank all in one and subjective question of the following subjects than send it to me please -IT430' -CS507' -MGT510' -MKT501, -MTH302, -MGT602, -MGMT623. Regards. Malik BashirSent from Malik bashir BlackBerry® Smartphone provided by Ufone
From: Hafiz Salman Majeed <hafiz.salman.majeed1@gmail.com>Sender: askarivu@googlegroups.comDate: Mon, 31 Jan 2011 23:27:01 +0500To: <VUASKARIHELP@googlegroups.com>; <askarivu@googlegroups.com>; <vu-askari@googlegroups.com>; <VU-Study-Corner@googlegroups.com>; <virtual-university-pakistan@googlegroups.com>; <VUoP@googlegroups.com>; <virtualstars@googlegroups.com>; <new-virtual-university-pakistan@googlegroups.com>; <vu-mba-1@googlegroups.com>; <rtkz@googlegroups.com>; <virtulians@googlegroups.com>; <discussion_vu@googlegroups.com>; <vu_experts@googlegroups.com>; <vu-rose@googlegroups.com>; <vu2gather@googlegroups.com>; <pak-youth@googlegroups.com>; <vu-winter2010@googlegroups.com>; <vustudy@googlegroups.com>; <vu-and-company@googlegroups.com>; <virtual-university-of-pakistan-2009@googlegroups.com>; <virtaul-pakistan@googlegroups.com>; <vu-experts@googlegroups.com>; <vu-study-achiver@googlegroups.com>; <vu-learning-pk@googlegroups.com>; <VuCampus@googlegroups.com>; <vu-pink@googlegroups.com>; <vugupshupcorner@googlegroups.com>; <vupindi@googlegroups.com>ReplyTo: askarivu@googlegroups.comSubject: ::::|| VU Askari ||:::: CS201 Assignment#5 IDea Solution By Afzaal....
by afzal
#include <iostream.h>
#include<conio.h>
#include<math.h>
class CRectangle
{
int width, height;
public:
void set_values (int, int);
int area (void)
{
return (width * height);
}
};
void CRectangle::set_values (int a, int b)
{
width = a;
height = b;
}
int main ()
{
CRectangle a, *b, *c;
CRectangle * d = new CRectangle[2];
b= new CRectangle;
c= &a;
a.set_values (2,4);
b->set_values (6,8);
d->set_values (10,12);
d[1].set_values (14,16);
cout<<"a area: " <<a.area()<<endl<<endl;
cout<<"*b area: " <<b->area()<<endl<<endl;
cout<<"*c area: " <<c->area()<<endl<<endl;
cout<<"d[0] area: "<<d[0].area()<<endl<<endl;
cout<< "d[1] area: " <<d[1].area()<<endl<<endl;
getch();
return 0;
}
--█▓▒░ Hafiz Salman Majeed░▒▓█
MBA -III (Finance Group)
LAHORE
اللہ آپ کو آسانیاں عطا فرمائے۔
جزاكم الله خيرا وأحسن الجزاء في الدنيا والأخرة
جہاں رہیے اللہ کے بندوں کے لیے باعثِ آزار نہیں، باعثِ رحمت بن کر رہیے
--
"Zalimon per Allah ki Laanat" (And we think Hackers when working against any one with negative attitude or to destroy some one, is also doing Zulm.)
Please visit www.vuaskari.com, get registered for old papers, quiz, assignments and GDBs...
You received this message because you are subscribed to the Google
Groups "VU ASKARI" group.
To post to this group, send email to vu-askari@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/askarivu?hl=en?hl=en
http://groups.google.com/group/vu-askari?hl=en?hl=en
--
"Zalimon per Allah ki Laanat" (And we think Hackers when working against any one with negative attitude or to destroy some one, is also doing Zulm.)
Please visit www.vuaskari.com, get registered for old papers, quiz, assignments and GDBs...
You received this message because you are subscribed to the Google
Groups "VU ASKARI" group.
To post to this group, send email to vu-askari@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/askarivu?hl=en?hl=en
http://groups.google.com/group/vu-askari?hl=en?hl=en
--
Join us on www.vuaskari.com, & www.universitiesportal.com
Admin Askari
Subscribe to ::::::II VU ASKARI II:::::: |
|
Email: |
Visit this group |
--
We say, "Be one as Pakistani Nation and grow up for Pakistan's Future". Wish you all the best.
Please visit www.vuaskari.com, get registered for old papers, quiz, assignments and GDBs...
You received this message because you are subscribed to the Google
Groups "VU ASKARI" group.
To post to this group, send email to askarivu@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/askarivu?hl=en?hl=en
Comments
Post a Comment