POV-Ray : Newsgroups : povray.off-topic : C++ structuring help.... : Re: C++ structuring help.... Server Time
10 Oct 2024 17:18:59 EDT (-0400)
  Re: C++ structuring help....  
From: Warp
Date: 22 Mar 2008 13:47:54
Message: <47e5545a@news.povray.org>
Michael Raiford <mra### [at] hotmailcom> wrote:
> OOC, do you consider static members to be global? They're not tied to an 
> instance of an object, but are generally available throughout the 
> program (if made public)

  Not really because they don't garbage the global namespace and, most
importantly, they cannot be pulled out of the class, unlike things inside
namespaces can.

-- 
                                                          - Warp


Post a reply to this message

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