ayttm-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-users] forgot one point


From: Philip S Tellis
Subject: [Ayttm-users] forgot one point
Date: Wed, 15 Jan 2003 01:08:26 +0530 (IST)

typecasting

in general, don't typecast unless you absolutely have to.  this will 
ensure that the compiler warns you about incompatible pointer 
conversions.

don't typecast to/from void *, return of malloc, etc.

gpointer is a typedef of void *, so don't typecast gpointers either.

comments?

Philip






reply via email to

[Prev in Thread] Current Thread [Next in Thread]