473,763 Members | 1,794 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

family tree and

I need the following programs:

Q. Write a c program that will allow you to enter and maintain a
computerized version of your family tree.Begin by entering the number
of generation.Then enter the names and natinalties in a hierarchy
fashion, begiing with our own name and nationality.Inc lude capabilities
for modifying the tree and for adding new names to the tree.Also,
include a provision for displaying the entire tree automatically after
each update.

Q. Write a program that adds,edits,dele tes and shows the linked list
using the c language.

Well, it is for someone so special to me and I can't let her be
disappointed. please send me the sample code.
Plz............ .......

Regards

Dec 22 '05 #1
8 3663
ma**********@gm ail.com wrote:
I need the following programs:


That's unfortunate. Why don't you (or your girlfriend) do your own
homework?

--
Christopher Benson-Manica | I *should* know what I'm talking about - if I
ataru(at)cybers pace.org | don't, I need to know. Flames welcome.
Dec 22 '05 #2
> Q. Write a c program that will allow you to enter and maintain a
computerized version of your family tree.Begin by entering the number
of generation.
[... more assignments ...]
Well, it is for someone so special to me and I can't let her be
disappointed. please send me the sample code.


Yes, she must be really special to you, if you are willing to do all this
work for her. It is probably ment as a christmas present, am I right ?

Here in the Netherlands we are not encouraged to have intimate relationships
with our teachers. I don't know how this works in your country, but it might
be better for both of you if you keep the relation with your instructor
stricly professional...

--
:wq
^X^Cy^K^X^C^C^C ^C
Dec 22 '05 #3
<ma**********@g mail.com> wrote:
I need the following programs:

Q. Write a c program that will allow you to enter and maintain a
computerized version of your family tree.Begin by entering the number
of generation.Then enter the names and natinalties in a hierarchy
fashion, begiing with our own name and nationality.Inc lude capabilities
for modifying the tree and for adding new names to the tree.Also,
include a provision for displaying the entire tree automatically after
each update.

Q. Write a program that adds,edits,dele tes and shows the linked list
using the c language.

Well, it is for someone so special to me and I can't let her be
disappointed. please send me the sample code.
Plz............ .......


Well, Marar, it looks like she is going to be disappointed yet again, by
you.
Dec 22 '05 #4
ma**********@gm ail.com wrote:

I need the following programs: Well, it is for someone so special to me and I can't let her be
disappointed. please send me the sample code.
Plz............ .......


Lamest homework begging EVER!

--
pete
Dec 22 '05 #5
pete wrote:
ma**********@gm ail.com wrote:
I need the following programs:
Well, it is for someone so special to me and I can't let her be
disappointed. please send me the sample code.
Plz............ .......


Lamest homework begging EVER!


I'll second that! Twice!
Dec 22 '05 #6
pete wrote:
ma**********@gm ail.com wrote:
I need the following programs:

Well, it is for someone so special to me and I can't let her be
disappointe d. please send me the sample code.
Plz.......... .........

Lamest homework begging EVER!


Yes, but it certainly qualifies for the most unique. Perhaps the OP
should try asking in an AOL chatroom where they will speak the same
language (plz kthxbye).

Joe
Dec 23 '05 #7
Joe Estock <je*****@nospam nutextonline.co m> wrote:
Yes, but it certainly qualifies for the most unique. Perhaps the OP
should try asking in an AOL chatroom where they will speak the same
language (plz kthxbye).


OMGZ LOL!!!!!11!!!!! ! UR FUNNY

(One of many, many reasons to hate AOL.)

--
Christopher Benson-Manica | I *should* know what I'm talking about - if I
ataru(at)cybers pace.org | don't, I need to know. Flames welcome.
Dec 23 '05 #8
Christopher Benson-Manica <at***@nospam.c yberspace.org> wrote:
Joe Estock <je*****@nospam nutextonline.co m> wrote:
Yes, but it certainly qualifies for the most unique. Perhaps the OP
should try asking in an AOL chatroom where they will speak the same
language (plz kthxbye).


OMGZ LOL!!!!!11!!!!! ! UR FUNNY


OMGWTFBBQ!!!!11 111oneone me too!
Dec 23 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
8978
by: Zenobia | last post by:
Is there a problem with the CSS font-family property with IE6 - or is it my understanding of the font-family property? I was under the impression that the browser tried to use the first font. If it couldn't find that font it used the next on the list and so on. If it couldn't find any on the list, prior to the last it would use the last - which, as you can see is sans-serif here. When I use the following style I get what I think is...
7
19488
by: Fabian Neumann | last post by:
Hi! I got a problem with font-family inheritance. Let's say I have CSS definitions like: p { font:normal 10pt Verdana; } strong { font:normal 14pt inherit;
3
3819
by: Skumar | last post by:
Hi, Please any one help me, Simple tcp/ip program in c with IPV6 address family Advance thanks, Skumar.
1
2187
by: Guy Naor | last post by:
Hi, Are there any built in or known structures I can use in Postgres to represent a family tree? The usual tree representations in SQL are for regular hierarchy of data, but on a family each node had usually 2 parents and a few child nodes. What will be the best way to represent something like this in an efficient manner? Guy. ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your...
1
3652
by: mark | last post by:
Hi everyone, I'm wondering if anyone knows about any dotnet project (site) concerning a family tree. I'm especially intrested in how to get down to such a project and use asp.net controls. Links, sugestions are welcome. Thanks Marek
18
5158
by: Cliff Chapin | last post by:
I want to create a Family database some of these "families " are single fathers with children some are single women with children they will be assigned Rooms /w children. what would be the best to relate to the childrem ?
3
1864
by: redslider | last post by:
now for my dumb-question (i note the other forum on 'inheritance' is closed): my question is about inheriting text properties, and specifically, if font-family values can be cumulatively inherited? That is, if i have a font-family in a parent div, and I specify 'font-family:"some font" in a child div, will the child also inherit the parent div's font-family if an instance fails to locate the child's specification? - in the sketchout...
3
2236
by: Giampaolo Rodola' | last post by:
Hi there, since the socket.socket.family attribute has been introduced only in Python 2.5 and I need to have my application to be backward compatible with Python 2.3 and 2.4 I'd like to know how could I determine the family of a socket.socket instance which may be AF_INET or AF_INET6. Is there some kind of getsockopt() directive I could use? For now I've been able to determine the family by using: # self.socket = a connected...
4
5737
by: lokeshyourfriend | last post by:
i need code for creating family tree in php.
0
9563
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10140
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9992
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9819
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8821
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7364
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6642
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5405
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3916
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.