POV-Ray : Newsgroups : povray.programming : Pov-Ray Windows plotting code : Re: Pov-Ray Windows plotting code Server Time
18 May 2024 16:08:00 EDT (-0400)
  Re: Pov-Ray Windows plotting code  
From: Darren New
Date: 8 Jul 2009 21:38:46
Message: <4a554a26$1@news.povray.org>
David H. Burns wrote:
> If one wants to do any programming for Windows, one must learn the Windows API.

This is untrue. There are many portable systems layered on top of Windows 
that keep you from having to learn anything about the Windows API as such. 
Heck, even .NET insulates you 99% from having to know anything about Windows 
as such.

Use a programming language that isn't a thin layer painted over the hardware 
and you're good.  Pick up Tcl, Python, Java or anything else like that, and 
you'll have a portable powerful language that'll do almost anything C++ can, 
yet will run with minor modifications on most OSes.

-- 
   Darren New, San Diego CA, USA (PST)
   Insanity is a small city on the western
   border of the State of Mind.


Post a reply to this message

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