POV-Ray : Newsgroups : povray.off-topic : Games programmers : Re: Games programmers Server Time
10 Oct 2024 13:10:31 EDT (-0400)
  Re: Games programmers  
From: Nicolas Alvarez
Date: 11 Sep 2008 22:40:55
Message: <48c9d6b6@news.povray.org>
Invisible wrote:
> Wait... you mean they made it a class?

Want the technicality?

std::string is not a class. It's a typedef for std::basic_string<char>,
which is a template for a class.

...but pretend it's just a class to avoid an early headache...


Post a reply to this message

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