Xref: utzoo comp.lang.c:15445 comp.lang.c++:2404 Path: utzoo!attcan!uunet!lll-winken!ames!ucsd!rutgers!att!mtuxo!rolls!westmark!mole-end!mat From: mat@mole-end.UUCP (Mark A Terribile) Newsgroups: comp.lang.c,comp.lang.c++ Subject: Would *you* get caught by this one? Keywords: Assignops Message-ID: <139@mole-end.UUCP> Date: 10 Jan 89 07:03:09 GMT Organization: mole-end--private system. admin: mole-end!newtnews Lines: 8 Here's a simple C question on a point that caught me recently. Would *you* get caught? When is a *= b not the same as a = a * b ? -- (This man's opinions are his own.) From mole-end Mark Terribile