Newbie C++ programmer again...

Robert Ambrose rna@testpt.com
Fri, 18 Aug 2000 14:44:37 -0700 (MST)


Except that the expression in an 'if()' evaluates to a bool, not a
pointer.

rna

On Fri, 18 Aug 2000, Furmanek, Greg wrote:

> void* is a generic pointer notation.
> It means you can stick whatever in that place.
>