The only problems I can see caused by sticking solely to C are the
following:
1)C memory management sucks big slimy moose crap,
2)no optimized rb_tree (etc) STL functions,
3)printf--(yuck--I don't think we use this much anyway though),
4)scanf--ditto,
5)globals--need I say more? (result of lack of classes--though we could do
some weird struct stuff to supplant this if we wanted to........),
6)lack of instances (due to lack of classes)--could be a problem handling
some devices.
There may be more, but I think that my point is obvious. Whether you agree
with me or not--well that is another matter.....
Drew Northup, N1XIM
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf
> Of Ramon van Handel
> Sent: Tuesday, January 02, 2001 9:19 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [plex86] Happy PERFORMANCE
>
>
> On Tue, 2 Jan 2001 [EMAIL PROTECTED] wrote:
> > By the way, the write-cache wouldn't compile on FreeBSD. I
> don't have the
> > error here (I'm at work), but I can supply it if anyone is
> interested. If
> > it's changing to C anyway, it probably won't matter.
>
> I don't know, that's just my opinion...
> However, I had a brief look at the code and it doesn't look too difficult
> to change it to C. I don't quite see the big issue here... (by all means
> use C++ for prototyping if you like, I just don't like it in the codebase
> :)).
>
> -- Ramon
>
>
>