Re: General tree assignment in C
- From: kwikius <andy@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 31 Jan 2008 08:25:56 -0800 (PST)
On Jan 31, 3:05 pm, "Ivica" <prljavi_blu...@xxxxxxxxxxx> wrote:
"kwikius" <a...@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.
BTW There is some useful info about a real filesystem in "The C
programming Language", by Kerninham and Richie (C language desgners",
in chapter Unix system interface. Book should be in you uni library I
would guess..
regards
Andy Little
.
- References:
- General tree assignment in C
- From: Ivica
- Re: General tree assignment in C
- From: kwikius
- Re: General tree assignment in C
- From: Ivica
- General tree assignment in C
- Prev by Date: Re: General tree assignment in C
- Next by Date: Application of Various Programming Languages?
- Previous by thread: Re: General tree assignment in C
- Next by thread: Inorder Traversal of B-Tree
- Index(es):
Relevant Pages
|