Results 1 to 3 of 3
Hiee Friends...
Iam sending a C program defining Female entities.
Don't try to run the Program
/* C PROGRAMMING STRUCTURE DEFINITIONS OF FEMALES*/
struct female_professionals
{
double styles;
short skirts;
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-06-2003 #1Just Joined!
- Join Date
- Jun 2003
- Posts
- 25
C Programming Structures 4 female entities
Hiee Friends...
Iam sending a C program defining Female entities.
Don't try to run the Program
/* C PROGRAMMING STRUCTURE DEFINITIONS OF FEMALES*/
struct female_professionals
{
double styles;
short skirts;
long time_to_understand_problems;
float mind;
void knowledge;
char non_co-operative;
};
struct married_females
{
double weight;
short tempered;
long gossip;
float hopes;
void word;
char unstable;
};
struct engaged_females
{
double time_on_phone;
short attention_on_work;
long boast;
float on_cloud_nine;
void understanding;
char edgy;
};
struct newly_married_females
{
double dinner_invitation;
short time_at_work;
long lunch_break;
void bank_balance;
char hen_pecked;
};
struct husband_wife_professionals
{
double income;
short tempered;
long time_to_see_each_other;
void love_life;
char money_making;
};
struct beautiful_city_girl
{
double boyfriends;
short affairs;
long stories;
void greymatter;
char flirt;
};
struct old_lady
{
double chin ;
short memory;
long sighs ;
void attention_from_men;
char chatterbox;
};
Never ever use any of the Structures they will crash the whole system.
- 09-06-2003 #2
Re: C Programming Structures 4 female entities
By system do you mean the male mind?
Originally Posted by Satyanand
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 09-07-2003 #3
LOL!
So trueCode:struct beautiful_city_girl { double boyfriends; short affairs; long stories; void greymatter; char flirt; };


Reply With Quote
