POV-Ray : Newsgroups : povray.programming : How does parser.cpp/parstxtr.cpp work? : Re: How does parser.cpp/parstxtr.cpp work? Server Time
28 Jul 2024 06:25:25 EDT (-0400)
  Re: How does parser.cpp/parstxtr.cpp work?  
From: Thomas Willhalm
Date: 22 Oct 2002 04:35:55
Message: <3db50dea@news.povray.org>
jan### [at] lzernet wrote:
> 
> PS: Question from newbie:
> struct *T;
> T->A.B == (*T).A.B ?

Yes and btw *T.A.B is the same as *(T.A.B)

>     I'm still getting confused with pointerstuff....

but if you need thm, they're useful. The better way is of course to 
encapsulate them in a C++ class.

Thomas (still not thinking that hiding pointers like in Java is the right
way to go)


Post a reply to this message

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