Search the web
Sign In
New User? Sign Up
cprogramming2 · C Programming Turning caffeine into code
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
BOYCOTT ISRAEL PRODUCTS   Message List  
Reply | Forward Message #8572 of 8809 |
Re: [C Programming] BOYCOTT ISRAEL PRODUCTS

/ function volume() is overloaded three times
#include
using namespace std;
// declarations (prototypes)
int volume(int);
double volume (double, int);
long volume (long, int, int);
int main()

{
cout << volume(10) << "\n";
cout << volume(2.5, 8) << "\n";
cout << volume(100L, 75, 15) << "\n";
return 0;
}
// function definitions
int volume(int s) // cube
{
return(s*s*s);
}
double volune(double r, int h) // cylinder
{
return(3.14519*r*r*h);
}
Long vlume(long l, int b, int h) // rectangular box
{
return(l*b*h);

}
}


On 1/8/09, basharatazad@... <basharatazad@...> wrote:
> thanks,
>
>
> any body can explain classes in c++ ad start with complet explanation
> of the classes how to start the class the basics of the classe.
>
> also about the stracture i need explanation uses and how to start
> write and to use the classes and stracture
>
> what is constracture and distracture,
>
> how we writ constractures what is the method of writing calling using
> in program of the constractures
>
>
> On 1/8/09, yuen chingn <chingnfook@...> wrote:
>> Don't put this on here. You should be ashamed. This is a neutral ground.
>> We
>> only talk about computer programming and not about religion, political or
>> culture alike. Hatred will breed Hatred, so when will it ever end. The
>> world
>> is full of wrongdoer and bad doer, will they be brought to justice.
>> That topic should be dicuss in .......................other group,
>> please.
>>
>> Thank you
>>
>> --- On Wed, 1/7/09, RAJA BASHARAT <basharatazad@...> wrote:
>>
>> From: RAJA BASHARAT <basharatazad@...>
>> Subject: [C Programming] BOYCOTT ISRAEL PRODUCTS
>> To: "SHAZ KHAN" <sanjuarl@...>, "Ahsan Riaz" <ahsan_arl@...>,
>> "shaiq hader" <shaiq_hader@...>, "Rizwan Shuja"
>> <rizwan.shuja@...>, "muhammad zahid" <zahidmuhammad40@...>,
>> nawaz_2683@..., "Muhammad Yousaf Khan" <yaspathan@...>,
>> "feroz_1926" <FEROZ_1926@...>, rohailkhan@..., "Waqas
>> ABBASI"
>> <waqasabbasi84@...>, waseemarl@...,
>> cprogramming2@yahoogroups.com, "Muhammad Akbar Khan Khan"
>> <PRAYTOALL@...>, "Nathan Tambo" <nathantambo1@...>,
>> kpasibaodinoka@..., "aqeel ahmad" <jaqeel72@...>,
>> imran_86@..., imranmehmood111@..., "UA Communication Billing"
>> <billing@...>
>> Date: Wednesday, January 7, 2009, 10:22 AM
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> I humbly urge all of you to give wide publicity to this email and start
>> boycotting ASAP & As much as you can.
>> Oh Muslims!
>> Wake up!
>> Don't pay your money for Killing Oppressed Palestinians.
>>
>> Don't pay your money for Killing Oppressed Palestinians.
>> 1/5 billion Muslims!
>> One forth of earth population!
>> If just half of this population doesn't buy Israeli's goods,
>>
>> ISRAEL WILL BE DESTROYED WITH IN MONTHS
>> We can......
>> BOYCOTT ISRAEL PRODUCTS..
>>
>>
>>
>> --
>> ALLAH BLESS YOU
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>



Thu Jan 8, 2009 9:15 am

basharat_azad
Offline Offline
Send Email Send Email

Forward
Message #8572 of 8809 |
Expand Messages Author Sort by Date

Don't  put this on here. You should be ashamed. This is a neutral ground. We only talk about computer programming  and not about religion, political or...
yuen chingn
chingnfook
Offline Send Email
Jan 8, 2009
6:24 am

thanks, any body can explain classes in c++ ad start with complet explanation of the classes how to start the class the basics of the classe. also about the...
basharatazad@...
basharat_azad
Offline Send Email
Jan 8, 2009
9:15 am

/ function volume() is overloaded three times #include using namespace std; // declarations (prototypes) int volume(int); double volume (double, int); long...
basharatazad@...
basharat_azad
Offline Send Email
Jan 8, 2009
9:15 am

The original poster is set to Moderated status again. I understand almost every person who's concerned with whatever political situation and considering ways...
Nico Heinze
nico_heinze
Offline Send Email
Jan 8, 2009
7:30 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help