POV-Ray : Newsgroups : povray.off-topic : C++ questions : Re: C++ questions Server Time
6 Sep 2024 23:22:40 EDT (-0400)
  Re: C++ questions  
From: Darren New
Date: 24 Sep 2008 14:02:49
Message: <48da80c9$1@news.povray.org>
Warp wrote:
> the foo(int) function will be called (and the compiler might give you a
> warning about this if it's smart enough).

Ah! OK. I wondered why C++ had bothered to change this, but now it makes 
sense, yes.

Actually, many times I've seen NULL defined as
   #define NULL ((void*)0)
I'm not sure which (if either) such a thing would match in your C++ example.

-- 
Darren New / San Diego, CA, USA (PST)


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.