POV-Ray : Newsgroups : povray.off-topic : Unix shell : Re: Unix shell Server Time
3 Sep 2024 23:27:28 EDT (-0400)
  Re: Unix shell  
From: Warp
Date: 31 Jan 2011 17:28:42
Message: <4d473799@news.povray.org>
Warp <war### [at] tagpovrayorg> wrote:
> > Here are three C source files. Please compile them and tell me what it 
> > prints. Or do you think this code is impossible to compile? Or do you admit 
> > that it's impossible to figure out by looking at the source code what the 
> > dependencies are on other source code?

>   So essentially you want the compiler to know what to compile without
> you specifying what to compile.

>   AFAIK mind-reading technology has still not been invented.

  Since you will not understand what I'm saying above, let me clarify
before you make your inevitable indignated response:

  Suppose you have two C# source files of the same name, in different
directories, and they implement a class of the same name, but the
implementations are different. Then you have a third C# source file
that uses that class.

  Can you tell me, by looking at the source codes, which version of the
class will be used?

  How do you resolve this? That's right: You tell the compiler which files
it needs to compile.

  Exactly how is this situation different from your example?

  Once again you manage to find an inexistent flaw in C, even though it's
a completely trivial thing that exists in *all* languages, including your
greatly beloved C#. Somehow this triviality is not a flaw in C#, but it
is in C. You just love to find inexistent flaws in it.

-- 
                                                          - Warp


Post a reply to this message

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