Since 7/13/2012 5:09:13 AM, tom4994 has written 1 articles and participated in 11 conversations. tom4994 signature:
tom4994's articles:
Items(1) /1
Performance of signed vs unsigned types9125 (4/20/2011 1:21:31 PM) comp.lang.c Hi all, In K&R there is an exercise to compute the range of possible values for each C type. In doing this I have written two functions that are identical, except for the fact that one uses signed long ints,... Thomas
tom4994's replies:
Items(1) /1
Performance of signed vs unsigned types9125 (4/20/2011 1:21:31 PM) comp.lang.c Hi all, In K&R there is an exercise to compute the range of possible values for each C type. In doing this I have written two functions that are identical, except for the fact that one uses signed long ints,... tom4994(12)