Re: General tree assignment in C
- From: "Ivica" <prljavi_bluzer@xxxxxxxxxxx>
- Date: Thu, 31 Jan 2008 16:05:58 +0100
"kwikius" <andy@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:ee7b6153-cebc-4437-85da-25c560143cec@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Why does it have to be C?.
trees are classic examples where an OOP style works well. You really
need a language that supports runtime polymorphism in the language,
e.g Java, C++, C#
C is very poor for this use (its possible but ugly) which is I would
guess why there are few examples.
regards
Andy Little
Well, I understood what you meant to say but... Since I am a student, mr.
professor decided that we should use plain C and that makes us feel like a
idiots because deadline is coming in around one week and nobody have written
that.
Best regards,
Ivica Dodig
.
- Follow-Ups:
- Re: General tree assignment in C
- From: kwikius
- Re: General tree assignment in C
- From: kwikius
- Re: General tree assignment in C
- References:
- General tree assignment in C
- From: Ivica
- Re: General tree assignment in C
- From: kwikius
- General tree assignment in C
- Prev by Date: Re: general algorithm + ackermann question
- Next by Date: Re: General tree assignment in C
- Previous by thread: Re: General tree assignment in C
- Next by thread: Re: General tree assignment in C
- Index(es):
Relevant Pages
|