POV-Ray : Newsgroups : povray.off-topic : Question to the programers here : Re: Question to the programers here Server Time
29 Jul 2024 22:20:19 EDT (-0400)
  Re: Question to the programers here  
From: Warp
Date: 31 Jul 2011 03:12:59
Message: <4e35007b@news.povray.org>
Darren New <dne### [at] sanrrcom> wrote:
> I'd never start a student learning on their own with an 
> unsafe language that doesn't tell them when they've made a mistake.

  Using a good compiler with a good debug mode helps a lot. For example
VC++ adds bounds and other checks to all STL operations in debug mode,
as well as many other things. (gcc also has support for this, but
unfortunately it's such an obscure flag that a newbie will never find
it unless someone tells him.)

-- 
                                                          - Warp


Post a reply to this message

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