Reuben D. Budiardja wrote: > In terms of performance and raw speed, is there any disadvantage of using > "long long int" instead of "long int", "long double" instead of "double" on > 32-bit machine ? Yes. The longer version will typically be slower. -- Glynn Clements <glynn@xxxxxxxxxxxxxxxxxx> - : send the line "unsubscribe linux-c-programming" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html