#What goes where?
17-Feb-88 23:13:54
Sb: #109688-#What goes where?
Fm: John Draper 76703,4322
To: Richard Rae/SYSOP 76703,4253
This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.
Rick,
Are you saying that you do this?
int a;
int b;
(int)a = (int)b;
stop you from making an assignment that violates your casting conventions,
either through a typo or plain oversight?
Regards, Larry.