Non-Portable pointer assignment?

Tony L. Hansen hansen at pegasus.att.com
Wed Jun 19 01:04:10 AEST 1991


< From: mcdaniel at adi.com (Tim McDaniel)
< I would have been quite content to have seen the types and sizes of
< 'xy' and 'x' differ.

C++ has taken this tack: the type of 'x' is char while the type of 'xy' is
int. It gives very nice properties when dealing with function and operator
overloading.

					Tony Hansen
			    hansen at pegasus.att.com, tony at attmail.com
				att!pegasus!hansen, attmail!tony



More information about the Comp.std.c mailing list