MCENANEY WILLIAM J wrote:

> The problem is that I'm still writing Pascal, even when I'm writing
> C.

That isn't necessarily a problem in itself. The biggest difference
(IMHO) between Pascal and C is that Pascal doesn't support pointer
arithmetic or casts between pointer types. Unless you actually have
reason to do this, a C program will often be very similar structurally
to an equivalent Pascal program.

-- 
Glynn Clements <[EMAIL PROTECTED]>

Reply via email to